chore: remove 8088 from codespaces port forwarding (#41557)
This commit is contained in:
parent
c0f9d0eeed
commit
1252f92431
1 changed files with 1 additions and 5 deletions
|
@ -4,12 +4,8 @@
|
||||||
"onCreateCommand": ".devcontainer/on-create-command.sh",
|
"onCreateCommand": ".devcontainer/on-create-command.sh",
|
||||||
"updateContentCommand": ".devcontainer/update-content-command.sh",
|
"updateContentCommand": ".devcontainer/update-content-command.sh",
|
||||||
"workspaceFolder": "/workspaces/gclient/src/electron",
|
"workspaceFolder": "/workspaces/gclient/src/electron",
|
||||||
"forwardPorts": [8088, 6080, 5901],
|
"forwardPorts": [6080, 5901],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8088": {
|
|
||||||
"label": "Goma Control Panel",
|
|
||||||
"onAutoForward": "silent"
|
|
||||||
},
|
|
||||||
"6080": {
|
"6080": {
|
||||||
"label": "VNC web client (noVNC)",
|
"label": "VNC web client (noVNC)",
|
||||||
"onAutoForward": "silent"
|
"onAutoForward": "silent"
|
||||||
|
|
Loading…
Add table
Reference in a new issue