Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 750ae0c

Browse files
committed
adding exact VS version where Microsoft Edge (Chromium) is supported
1 parent 2cf7c78 commit 750ae0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A VS Code extension to debug your JavaScript code in the Microsoft Edge browser.
2929

3030
### For debugging Microsoft Edge (EdgeHTML or Chromium) inside Visual Studio
3131
1. Install a supported version of Windows.
32-
2. 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.
32+
2. 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.
3333
3. Create an ASP.Net/ASP.Net Core Web Application.
3434
4. Set a breakpoint in your JavaScript/TypeScript file.
3535
5. Select 'Microsoft Edge' from the 'Web Browser' submenu in the debug target dropdown, and then press F5.

0 commit comments

Comments
 (0)