We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d329a commit a52bcc2Copy full SHA for a52bcc2
.devcontainer/devcontainer.json
@@ -36,7 +36,19 @@
36
// "postCreateCommand": "python --version",
37
38
// Configure tool-specific properties.
39
- // "customizations": {},
+ "customizations": {
40
+ "vscode": {
41
+ "extensions": [
42
+ "GitHub.copilot",
43
+ "GitHub.copilot-chat",
44
+ "ms-python.vscode-pylance",
45
+ "ms-toolsai.jupyter",
46
+ "ms-dotnettools.csdevkit",
47
+ "vscjava.vscode-maven",
48
+ "vscjava.vscode-gradle",
49
+ ]
50
+ }
51
+ },
52
53
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
54
// "remoteUser": "root"
0 commit comments