Skip to content

Reproducible development environments with VSCode devcontainers

If devcontainer is set to "y" project uses the VSCode devcontainer specification to create a reproducible development environment. The devcontainer is defined in the .devcontainer directory and pre-installs all dependencies from pixi required to develop, test and run the project.

The devcontainer configures the VSCode python extension to use the appropriate python interpreter and pytest paths.