Skip to content

Commit 0e73c04

Browse files
Update src/lsptoolshost/debugger/debugger.ts
Co-authored-by: Andrew Wang <[email protected]>
1 parent 4fce3f5 commit 0e73c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/debugger/debugger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function registerDebugger(
5454

5555
context.subscriptions.push(
5656
vscode.commands.registerCommand('dotnet.generateAssets', async (selectedIndex: number, options: { skipPrompt?: boolean } = {}) => {
57-
if (!(await promptForDevKitDebugConfigurations(skipPrompt))) {
57+
if (!(await promptForDevKitDebugConfigurations(options))) {
5858
return;
5959
}
6060

0 commit comments

Comments
 (0)