Announcements icon indicating copy to clipboard operation
Announcements copied to clipboard

Debugging Blazor WASM apps in VS Code no longer requires installing JavaScript Debugger Nightly extension

Open captainsafia opened this issue 4 years ago • 0 comments

Debugging Blazor WASM apps in VS Code no longer requires installing JavaScript Debugger Nightly extension

As of the June release of VS Code, the JavaScript debugger is bundled into VS Code and users no longer need to install a nightly to be able to be able to debug Blazor WASM applications in VS Code.

Version introduced

This change affects all versions of Blazor WebAssembly under the June release of VS Code.

Old behavior

Users needed to install the JavaScript Debugger (Nightly) extension in order to debug Blazor WASM applications in VS Code.

New behavior

Users no longer need to install the JavaScript Debugger (Nightly) extension to debug Blazor WASM applications in VS Code.

Reason for change

The JavaScript debugger is now bundled with VS Code instead of delivered via an extension dependency.

Recommended action

Users who are not interested in using the nightly builds of the JavaScript debugger for other reasons should uninstall the JavaScript Debugger (Nightly) extension.

Category

ASP.NET

Affected APIs

Not detectable via API analysis


Issue metadata

  • Issue type: announcement

captainsafia avatar Jul 15 '20 16:07 captainsafia