Skip to content

Commit

Permalink
Disable port forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Dec 13, 2024
1 parent eab3e9b commit 8ba29cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"customizations": {
"vscode": {
"settings": {
"python.defaultInterpreterPath": "/venv/bin/python"
"python.defaultInterpreterPath": "/venv/bin/python",
// Disable auto port forwarding when using --net=host
"remote.autoForwardPorts": false
},
"extensions": [
"ms-python.python",
Expand Down

0 comments on commit 8ba29cc

Please sign in to comment.