diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 14f6900..53825d6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,13 +11,12 @@ "vscode": { "settings": {}, "extensions": [ - "jjjermiah.pixi-vscode", "ms-python.python", + "ms-python.vscode-pylance", + "jjjermiah.pixi-vscode", "charliermarsh.ruff", "tamasfe.even-better-toml", - "mhutchie.git-graph", - "GitHub.copilot", - "ryanluker.vscode-coverage-gutters" + "mhutchie.git-graph" ] } },