vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Fix promptForDevKitDebugConfigurations without CDK installed

Open WardenGnaw opened this issue 4 months ago • 0 comments

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

WardenGnaw avatar Jun 27 '25 20:06 WardenGnaw