vscode-csharp
vscode-csharp copied to clipboard
Fix promptForDevKitDebugConfigurations without CDK installed
This PR fixes the boolean value that is returned when C# Dev Kit isnt installed. Returning true will continue to generate assets while false will dismiss the whole command.
Fixes https://github.com/dotnet/vscode-csharp/issues/8389