Repro steps:
- Install C# Dev Kit + .NET MAUI extension (must be pre-release; reproes with 0.10.30) + C# extensions
- Create a new .NET 8 console app
- Try to launch
Result:
Debug console prints:
------------------------------------------------------------------------------
You may only use the Microsoft Visual Studio .NET/C/C++ Debugger (vsdbg) with
Visual Studio Code, Visual Studio or Visual Studio for Mac software to help you
develop and test your applications.
------------------------------------------------------------------------------
But the project is never actually launched, and VS Code stays in debug mode forever without making progress.