Attach debugger from integrated browser's toolbar
Open
browser-integration
feature-request
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
It would be handy to have an "Attach Debugger" action directly in the integrated browser's toolbar.
This would simply emulate the "Attach" Run Configuration, but would obviously skip tab selection. Plus, it'd mean I don't have to add yet another Run Configuration to `launch.json`.
```json
{
"name": "Attach to Integrated Browser",
"request": "attach",
"type": "editor-browser"
}
```
Contributor guide
Assessment
This issue has not been assessed yet.