Skip to content

Commit

Permalink
chore: remove 8088 from codespaces port forwarding (#41557)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Mar 10, 2024
1 parent c0f9d0e commit 1252f92
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
"onCreateCommand": ".devcontainer/on-create-command.sh",
"updateContentCommand": ".devcontainer/update-content-command.sh",
"workspaceFolder": "/workspaces/gclient/src/electron",
"forwardPorts": [8088, 6080, 5901],
"forwardPorts": [6080, 5901],
"portsAttributes": {
"8088": {
"label": "Goma Control Panel",
"onAutoForward": "silent"
},
"6080": {
"label": "VNC web client (noVNC)",
"onAutoForward": "silent"
Expand Down

0 comments on commit 1252f92

Please sign in to comment.