Skip to content

Commit

Permalink
update to devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Jul 21, 2023
1 parent e027843 commit 4da64af
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,13 @@
}
},

"customizations": {
"vscode": {
"extensions": [
// Add Jupyter and Python vscode extensions
"ms-toolsai.jupyter",
"ms-toolsai.jupyter-renderers",
"ms-python.python",
"ms-python.vscode-pylance",
"vsls-contrib.codetour",
"GitHub.copilot"
]
}
},

// Forward Jupyter and RStudio ports
"forwardPorts": [8787, 8888],
"forwardPorts": [8787],
"portsAttributes": {
"8787": {
"label": "Rstudio",
"requireLocalPort": true,
"onAutoForward": "ignore"
},
"8888": {
"label": "Jupyter",
"requireLocalPort": true,
"onAutoForward": "ignore"
}
},

Expand Down

0 comments on commit 4da64af

Please sign in to comment.