diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3b49c12..8f4c736 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,6 +4,13 @@ "name": "Python 3", "dockerFile": "./Dockerfile", "context": "..", + "customizations": { + "vscode": { + "extensions": [ + "github.vscode-github-actions" + ] + } + }, // Features to add to the dev container. More info: https://containers.dev/features. // "features": {} } \ No newline at end of file