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: README.md Edge (Chromium) example should use 'msedge' debugger type #172

Closed johnemau closed 4 years ago

johnemau commented 4 years ago

This change correct the README.me example configuration for Microsoft Edge (Chromium) to reflect the current support launch configuration.

dhanvikapila commented 4 years ago

@johnemau we should automatically pick msedge if it was installed on the box. Customers dont need to specify msedge when they want to target Edge Chromium.