8000 MAINT: Fix port forwarding for desktop on codespaces · matplotlib/matplotlib@a28db86 · GitHub
[go: up one dir, main page]

Skip to content

Commit a28db86

Browse files
committed
MAINT: Fix port forwarding for desktop on codespaces
1 parent 00eb561 commit a28db86

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
},
1313
"onCreateCommand": ".devcontainer/setup.sh",
1414
"postCreateCommand": "",
15+
"forwardPorts": [6080],
16+
"portsAttributes": {
17+
"6080": {
18+
"label": "desktop"
19+
}
20+
},
1521
"customizations": {
1622
"vscode": {
1723
"extensions": [
@@ -28,10 +34,5 @@
2834
"doc/devel/codespaces.md"
2935
]
3036
}
31-
},
32-
"portsAttributes": {
33-
"6080": {
34-
"label": "desktop"
35-
}
3637
}
3738
}

0 commit comments

Comments
 (0)
0