microsoft / vscode-js-debug

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
MIT License
1.67k stars 283 forks source link

feat: use `remoteHostHeader` option when looking up websocket address #2111

Closed marcusball closed 4 weeks ago

marcusball commented 1 month ago

Implementation of #2107

This updates the nodeAttacher to use the remoteHostHeader configuration option for the initial HTTP requests to retrieve the debugger's websocket URL.

marcusball commented 1 month ago

@microsoft-github-policy-service agree