-
Notifications
You must be signed in to change notification settings - Fork 350
Cannot attach to debugger #778
Copy link
Copy link
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributors
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributors
Hope this is the right place/project, otherwise my apologies.
When debugging nodejs using attach, vscode connects to the nodejs debugger using the address specified in launch.json
However, it seems to always use "localhost" in the host header for the requests it make.
This prevents me from routing the traffic through a proxy which needs host names in order to route properly
Is there anyway to control the host header in vscode's requests to the nodejs debugger?
Thanks
A sniffed snippet example from request vscode => nodejs debugger:
Another snippet from the ws upgrade request: