Skip to content

Commit

Permalink
Don't install Python 'tools' in DevContainer (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd authored Feb 18, 2024
1 parent dba95db commit d96ff96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/python:1": {
"version": "3.11"
"version": "3.11",
"installTools": false
},
"ghcr.io/devcontainers/features/powershell:1": {}
}
Expand Down

0 comments on commit d96ff96

Please sign in to comment.