Skip to content

Commit a1769b6

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

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
@@ -66,7 +66,7 @@ export function registerDebugger(
6666
async function promptForDevKitDebugConfigurations(skipPrompt: boolean = false): Promise<boolean> {
6767
if (getCSharpDevKit()) {
6868
// If skipPrompt is true, proceed with generating assets without showing the dialog
69-
if (skipPrompt) {
69+
if (options.skipPrompt) {
7070
return true;
7171
}
7272

0 commit comments

Comments
 (0)