Skip to content

Commit 10401b7

Browse files
authored
Merge pull request #269 from eitsupi/fix-devcontainer
chore: fix devcontainer.json
2 parents 8e03839 + 32290a2 commit 10401b7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.devcontainer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313
"label": "Jupyter"
1414
}
1515
},
16-
"vscode": {
17-
"extensions": [
18-
"ms-toolsai.jupyter",
19-
"ms-python.python"
20-
]
16+
"customizations": {
17+
"vscode": {
18+
"extensions": [
19+
"ms-toolsai.jupyter"
20+
]
21+
}
2122
},
2223
"onCreateCommand": {
2324
"prep-python": "python3 -m pip install --upgrade setuptools jupyterlab ipython jupyterlab-quarto -e '.[dev]'"

0 commit comments

Comments
 (0)