microsoft / vscode-edge-debug2

This is a VS Code extension which helps you debug your JavaScript Code inside the Edge browser.
Other
37 stars 31 forks source link

fix: resume webviews created after attach #171

Closed johnemau closed 4 years ago

johnemau commented 4 years ago

WebViews are always paused on creation and need to be resumed, previously we only resumed WebViews before we attached to the first one over the pipe with a matching URL filter.