diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c3791cf..e3059d5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -21,7 +21,6 @@ }, // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "github.copilot", "github.vscode-pull-request-github", "ms-python.python", "ms-python.vscode-pylance", @@ -34,4 +33,4 @@ // https://www.kenmuse.com/blog/avoiding-dubious-ownership-in-dev-containers/ "postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}" -} \ No newline at end of file +}