Skip to content

Fix promptForDevKitDebugConfigurations without CDK installed #8390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025

Conversation

WardenGnaw
Copy link
Contributor

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 #8389

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.
@WardenGnaw WardenGnaw requested a review from a team as a code owner June 27, 2025 20:03
@WardenGnaw WardenGnaw merged commit f7e167a into main Jul 7, 2025
24 checks passed
@WardenGnaw WardenGnaw deleted the dev/waan/fixGenerateAssets branch July 7, 2025 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If C# Dev Kit is not installed, programmatically calling command dotnet.generateAssets does not work
3 participants