Skip to content

Commit 529fcc1

Browse files
committed
Fix VS Code extension version pin
1 parent 96e8117 commit 529fcc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"customizations": {
2323
"vscode": {
2424
"extensions": [
25-
"ms-python.python@v2023.8.0",
26-
"ms-toolsai.jupyter@v2023.3.1201040234"
25+
"ms-python.python@2023.8.0",
26+
"ms-toolsai.jupyter@2023.3.1201040234"
2727
]
2828
}
2929
}

0 commit comments

Comments
 (0)