Chaste/.devcontainer at develop · Chaste/Chaste · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

VS Code Development Container

Using this development environment requires:

Cloning the Chaste repository and opening it in VS Code should result in a prompt asking if you want to reopen the project in a container. Clicking Yes will start the build process. This will take a few minutes for the first time but will be faster on subsequent rebuilds.

You now have an isolated development environment (which will not conflict with packages installed elsewhere on your system) with all the dependencies needed for Chaste already installed, laidout as described in the main repository README.

The container environment can be customised in many ways, such as with dotfiles if hosted in a public repository. Further documentation for development in containers can be found here: https://code.visualstudio.com/docs/devcontainers/containers.