Skip to content

Commit c8e4aca

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

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
@@ -63,7 +63,7 @@ export function registerDebugger(
6363
);
6464
}
6565

66-
async function promptForDevKitDebugConfigurations(skipPrompt: boolean = false): Promise<boolean> {
66+
async function promptForDevKitDebugConfigurations(options: { skipPrompt?: boolean }): Promise<boolean> {
6767
if (getCSharpDevKit()) {
6868
// If skipPrompt is true, proceed with generating assets without showing the dialog
6969
if (options.skipPrompt) {

0 commit comments

Comments
 (0)