Skip to content

Commit 3c0838e

Browse files
committed
Added python and extensions
1 parent b493917 commit 3c0838e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"ghcr.io/devcontainers/features/java:1": {
1919
"version": "17",
2020
"installMaven": true
21+
},
22+
"ghcr.io/devcontainers/features/python:1": {
23+
"version": "3"
2124
}
2225
},
2326
"customizations": {
@@ -30,7 +33,9 @@
3033
"GitHub.vscode-github-actions",
3134
"ms-azuretools.vscode-docker",
3235
"ms-dotnettools.csdevkit",
33-
"vscjava.vscode-java-pack"
36+
"vscjava.vscode-java-pack",
37+
"ms-toolsai.jupyter",
38+
"ms-python.python"
3439
]
3540
}
3641
},

0 commit comments

Comments
 (0)