Failed to launch debug adapter - 17.6.0 Preview 1 - Blazor
nadavhury opened this issue · 1 comments
nadavhury commented
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,
This problem appears on two different computers with VS community preview installed.
I have tried the following:
- clean and rebuild.
- follow guidelines for similar problems such as those mentioned here: https://stackoverflow.com/questions/71342354/failed-to-launch-debug-adapter-in-visual-studio-2022
- removing Javascript Diagnostics from the Visual Studio Installer (which removed the asp.net core development section) and installing again, didn't work.
nadavhury commented
Found this Issue: dotnet/aspnetcore#46799 also contains a workaround.