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