8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00eb561 commit a28db86Copy full SHA for a28db86
.devcontainer/devcontainer.json
@@ -12,6 +12,12 @@
12
},
13
"onCreateCommand": ".devcontainer/setup.sh",
14
"postCreateCommand": "",
15
+ "forwardPorts": [6080],
16
+ "portsAttributes": {
17
+ "6080": {
18
+ "label": "desktop"
19
+ }
20
+ },
21
"customizations": {
22
"vscode": {
23
"extensions": [
@@ -28,10 +34,5 @@
28
34
"doc/devel/codespaces.md"
29
35
]
30
36
}
31
- },
32
- "portsAttributes": {
33
- "6080": {
- "label": "desktop"
- }
37
38
0 commit comments