microsoft / vscode-js-debug

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

chore: move network view behind a setting #2059

Closed connor4312 closed 2 months ago

connor4312 commented 2 months ago

We don't want it to appear for everyone quite yet: move it behind an experimental setting.

Swaps the controls around from the session enabling networking eagerly to being a call from the extension side to do so.