Skip to content

Attach debugger from integrated browser's toolbar #325510

Description

@lppedd

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.

{
  "name": "Attach to Integrated Browser",
  "request": "attach",
  "type": "editor-browser"
}
Image

Metadata

Metadata

Labels

browser-integrationWeb browsing features integrated into VS Code (e.g. integrated browser)feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions