Skip to content

Commit c8b3f53

Browse files
authored
Add devcontainer VS Code extensions
Update .devcontainer/devcontainer.json to add VS Code customizations (Jupyter and Python extensions)
1 parent ba2fec9 commit c8b3f53

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,20 @@
55
"--gpus",
66
"all",
77
"--runtime=nvidia"
8-
]
9-
}
8+
],
9+
"customizations": {
10+
"vscode": {
11+
"extensions": [
12+
"ms-toolsai.jupyter",
13+
"ms-toolsai.vscode-jupyter-cell-tags",
14+
"ms-toolsai.jupyter-keymap",
15+
"ms-toolsai.jupyter-renderers",
16+
"ms-toolsai.vscode-jupyter-slideshow",
17+
"ms-python.vscode-pylance",
18+
"ms-python.python",
19+
"ms-python.debugpy",
20+
"ms-python.vscode-python-envs"
21+
]
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)