I created a new hosted Blazor WebAssembly project with dotnet cli without modifying any files, I opened the project with Visual Studio Code and it asks me to add files for debugging. I pressed Yes and two .json files are created in the .vscode directory. Why am I getting a message saying "Browser cannot start ..." when I start the project with F5 and the debug doesn't work? I have already tried to follow the official documentation but the debugger does not work. I have installed C # Debugging Extension and Blazor WebAssembly with no success. Thank you.
PS. I'm sorry for my english. :-)