Skip to content

Commit e52d617

Browse files
authored
Change Python feature version from 3 to 2
1 parent ebdb77c commit e52d617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"features": {
88
"ghcr.io/devcontainers/features/powershell:1": {},
99
"ghcr.io/devcontainers/features/common-utils:2": {},
10-
"ghcr.io/devcontainers/features/python:3": {},
10+
"ghcr.io/devcontainers/features/python:2": {},
1111
"ghcr.io/devcontainers/features/node:1": {}
1212
},
1313
"hostRequirements": {

0 commit comments

Comments
 (0)