Skip to content

Commit

Permalink
Fix port labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
joshes committed Jul 29, 2024
1 parent 3e78e0d commit d330933
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"dockerfile": "Dockerfile",
"context": "../"
},
"customizations": {
"forwardPorts": [
8000,
8888
],
"portsAttributes": {
"8000": {
"label": "docs",
"onAutoForward": "notify"
},
"forwardPorts": [
8000,
8888
],
"portsAttributes": {
"8000": {
"label": "docs",
"onAutoForward": "notify"
},
"8888": {
"label": "jupyter",
"onAutoForward": "notify"
}
},
"label": "jupyter",
"onAutoForward": "notify"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-toolsai.jupyter",
Expand Down

0 comments on commit d330933

Please sign in to comment.