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 0111d3e commit a295287Copy full SHA for a295287
.devcontainer/devcontainer.json
@@ -6,6 +6,11 @@
6
"customizations": {
7
"codespaces": {
8
"openFiles": ["tutorial/README.md"]
9
+ },
10
+ // Configure properties specific to VS Code.
11
+ "vscode": {
12
+ // Add the IDs of extensions you want installed when the container is created.
13
+ "extensions": ["ms-toolsai.jupyter"]
14
}
15
16
0 commit comments