Skip to content

Commit b9d6a1d

Browse files
authored
Merge pull request #29 from kabilar/readme
Fix VS Code extension version pin
2 parents 96e8117 + 529fcc1 commit b9d6a1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+2-2
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)