Skip to content

Commit

Permalink
Disable auto forward ports by VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
uittenbroekrobbert authored and berrydenhartog committed Jun 18, 2024
1 parent 849423f commit 5de38f1
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 @@ -45,7 +45,9 @@
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.analysis.typeCheckingMode": "strict",
"markiscodecoverage.searchCriteria": "coverage.lcov"
"markiscodecoverage.searchCriteria": "coverage.lcov",
"remote.autoForwardPorts": false,
"remote.restoreForwardedPorts": false
}
}
}
Expand Down

0 comments on commit 5de38f1

Please sign in to comment.