Skip to content

Commit 63b478f

Browse files
committed
Dont auto forward ports
1 parent 9131b25 commit 63b478f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"vscode": {
1717
// Set *default* container specific settings.json values on container create.
1818
"settings": {
19-
"python.defaultInterpreterPath": "/usr/local/bin/python"
19+
"python.defaultInterpreterPath": "/usr/local/bin/python",
20+
"remote.autoForwardPorts": false
2021
},
2122

2223
// Add the IDs of extensions you want installed when the container is created.

0 commit comments

Comments
 (0)