Skip to content

Commit 3604257

Browse files
authored
Bump DevContainer to Python 3.12, remove PowerShell
Signed-off-by: Bradley Reynolds <[email protected]>
1 parent 5595df8 commit 3604257

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"image": "mcr.microsoft.com/devcontainers/universal:2",
33
"features": {
4-
"ghcr.io/devcontainers/features/python:1": {
5-
"version": "3.11"
6-
},
7-
"ghcr.io/devcontainers/features/powershell:1": {}
4+
"ghcr.io/devcontainers/features/python:1.6.5": {
5+
"version": "3.12",
6+
"installTools": false
7+
}
88
}
99
}

0 commit comments

Comments
 (0)