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

Why do docs state VS version >= 15.9.19 while the latest VSCode is 1.54 #205

Closed jgentes closed 3 years ago

jgentes commented 3 years ago

From the docs: https://github.com/microsoft/vscode-edge-debug2/blob/master/README.md

Install the latest version of Visual Studio. Debugging Microsoft Edge (EdgeHTML) is supported for VS versions >= 15.7. Debugging Microsoft Edge (Chromium) is supported for VS versions >= 15.9.19.

It says the version should be >= 15.9.19, however the latest VSCode version is 1.54: https://code.visualstudio.com/updates/v1_54

What am I missing?

jgentes commented 3 years ago

Ah, Visual Studio, not VSCode - my bad.