We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b493917 commit 3c0838eCopy full SHA for 3c0838e
1 file changed
.devcontainer/devcontainer.json
@@ -18,6 +18,9 @@
18
"ghcr.io/devcontainers/features/java:1": {
19
"version": "17",
20
"installMaven": true
21
+ },
22
+ "ghcr.io/devcontainers/features/python:1": {
23
+ "version": "3"
24
}
25
},
26
"customizations": {
@@ -30,7 +33,9 @@
30
33
"GitHub.vscode-github-actions",
31
34
"ms-azuretools.vscode-docker",
32
35
"ms-dotnettools.csdevkit",
- "vscjava.vscode-java-pack"
36
+ "vscjava.vscode-java-pack",
37
+ "ms-toolsai.jupyter",
38
+ "ms-python.python"
39
]
40
41
0 commit comments