microsoft / vscode-js-debug

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

fix: support default browser detection on remotes #2030

Closed connor4312 closed 4 months ago

connor4312 commented 4 months ago

Requires https://github.com/microsoft/vscode-js-debug-companion/pull/35 to query the browser from the remote. Also updates default-browser which includes the Windows support I PR'd a while ago, so we can delete some code.

Fixes #2012