diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..47ddbc87 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,33 @@ +// For format details, see https://aka.ms/devcontainer.json. For config options, see the +// README at: https://github.com/devcontainers/templates/tree/main/src/python +{ + "name": "Python 3", + // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile + "image": "mcr.microsoft.com/devcontainers/python:3", + "features": { + "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": { + "version": "latest" + }, + "ghcr.io/devcontainers-contrib/features/markdownlint-cli2:1": { + "version": "latest" + }, + "ghcr.io/guiyomh/features/just:0": { + "version": "latest" + } + } + + // Features to add to the dev container. More info: https://containers.dev/features. + // "features": {}, + + // Use 'forwardPorts' to make a list of ports inside the container available locally. + // "forwardPorts": [], + + // Use 'postCreateCommand' to run commands after the container is created. + // "postCreateCommand": "pip3 install --user -r requirements.txt", + + // Configure tool-specific properties. + // "customizations": {}, + + // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. + // "remoteUser": "root" +} diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 33303a23..63f7a75c 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -16,7 +16,8 @@ "njpwerner.autodocstring", "quarto.quarto", "streetsidesoftware.code-spell-checker", - "vivaxy.vscode-conventional-commits" + "vivaxy.vscode-conventional-commits", + "ms-vscode-remote.remote-containers" ], // List of extensions recommended by VS Code that should not be recommended for users of this workspace. "unwantedRecommendations": [