Skip to content

Commit

Permalink
update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmytram committed Sep 15, 2023
1 parent 1a5ec0a commit 8d3a9bc
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 @@ -16,7 +16,11 @@
// 👇 Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions":["ms-python.python", "njpwerner.autodocstring"]
"extensions":[
"ms-python.python",
"njpwerner.autodocstring",
"ms-toolsai.jupyter"
]
}
},
"features": {
Expand Down

0 comments on commit 8d3a9bc

Please sign in to comment.