We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebe00f commit a1769b6Copy full SHA for a1769b6
src/lsptoolshost/debugger/debugger.ts
@@ -66,7 +66,7 @@ export function registerDebugger(
66
async function promptForDevKitDebugConfigurations(skipPrompt: boolean = false): Promise<boolean> {
67
if (getCSharpDevKit()) {
68
// If skipPrompt is true, proceed with generating assets without showing the dialog
69
- if (skipPrompt) {
+ if (options.skipPrompt) {
70
return true;
71
}
72
0 commit comments