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 4fce3f5 commit 0e73c04Copy full SHA for 0e73c04
src/lsptoolshost/debugger/debugger.ts
@@ -54,7 +54,7 @@ export function registerDebugger(
54
55
context.subscriptions.push(
56
vscode.commands.registerCommand('dotnet.generateAssets', async (selectedIndex: number, options: { skipPrompt?: boolean } = {}) => {
57
- if (!(await promptForDevKitDebugConfigurations(skipPrompt))) {
+ if (!(await promptForDevKitDebugConfigurations(options))) {
58
return;
59
}
60
0 commit comments