github/VisualStudio

Failed to launch debug adapter - 17.6.0 Preview 1 - Blazor

nadavhury opened this issue · 1 comments

Since updating to the latest 17.6.0 preview 1, I get this error when trying to debug a Blazor Webassembly app .net 6 project,
image

This problem appears on two different computers with VS community preview installed.
I have tried the following:

  1. clean and rebuild.
  2. follow guidelines for similar problems such as those mentioned here: https://stackoverflow.com/questions/71342354/failed-to-launch-debug-adapter-in-visual-studio-2022
  3. removing Javascript Diagnostics from the Visual Studio Installer (which removed the asp.net core development section) and installing again, didn't work.

Found this Issue: dotnet/aspnetcore#46799 also contains a workaround.