Skip to content

Commit

Permalink
add the python extension to the dev container. vs code was telling me…
Browse files Browse the repository at this point in the history
… to install it since it is a dependency of pylance
  • Loading branch information
smcmurtry committed Sep 22, 2023
1 parent 415cd22 commit 47f1137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

"extensions": [
"donjayamanne.python-extension-pack",
"ms-python.python",
"ms-python.vscode-pylance",
"eamodio.gitlens",
"GitHub.copilot",
Expand Down

0 comments on commit 47f1137

Please sign in to comment.