Skip to content

Commit

Permalink
Pin Jupyter extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
rasi committed Oct 3, 2022
1 parent 02bcda9 commit 331dbe1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
// "build": {
// "dockerfile": "./Dockerfile",
// },
"settings": {
"extensions.autoUpdate": false,
"extensions.autoCheckUpdates": false
},
"extensions": [
// Python extension
"ms-python.python",
// Jupyter extension
"ms-toolsai.jupyter",
"ms-toolsai.jupyter@2022.6.1001890150",
// R extension
"REditorSupport.r",
],
Expand Down

0 comments on commit 331dbe1

Please sign in to comment.