Bind debug adapter server to loopback address - #2669
Merged
Joaquin Jares (joj) merged 7 commits intoJun 2, 2026
Merged
Conversation
Bind the DAP TCP server to 127.0.0.1 instead of all interfaces, since only the local VS Code process needs to connect. Co-authored-by: Copilot <[email protected]>
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
Hi lucygramley , Thanks for the contribution and for helping reduce the exposed debug surface here. Could you please create or link a corresponding issue for this PR? It would help us track the motivation, affected area, and expected behavior separately from the implementation. The validation is passing now, so no CI action is needed from my side. For this change specifically, please also mention whether binding the debug adapter server to |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ConnorQi01
approved these changes
Jun 2, 2026
Joaquin Jares (joj)
enabled auto-merge
June 2, 2026 16:21
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bind the DAP TCP server to 127.0.0.1 instead of all interfaces. Only the local VS Code process connects to this server.