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 'useWebView' not recognized as valid option #188

Closed johnemau closed 4 years ago

johnemau commented 4 years ago

The useWebView property was only declared for the msedge debugger type so we got a squiggly warning in launch.json when using the useWebView property.

The fix is to add the useWebView option to the edge debugger type under both launch and attach.

Proof of fix from a local vsix package: fix-contrib

johnemau commented 4 years ago

PTAL @DavidShoe, @EricCornelson

johnemau commented 4 years ago

@EricCornelson, can you merge the PR? I do not have permissions.