Skip to content

Commit 7069cbe

Browse files
committed
chore: remove unused port configuration from devcontainer.json
1 parent 45020d1 commit 7069cbe

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,5 @@
3434
"mounts": [
3535
"source=${localEnv:HOME}/.claude,target=/home/vscode/.claude,type=bind,consistency=cached",
3636
"source=${localEnv:HOME}/.claude.json,target=/home/vscode/.claude.json,type=bind,consistency=cached"
37-
],
38-
"forwardPorts": [
39-
9100
40-
],
41-
"portsAttributes": {
42-
"9100": {
43-
"label": "connperf server",
44-
"onAutoForward": "notify"
45-
}
46-
}
37+
]
4738
}

0 commit comments

Comments
 (0)