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 committed Jun 14, 2024
1 parent 6f3deda commit 4128b66
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 4128b66

Please sign in to comment.