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 a1769b6 commit c8e4acaCopy full SHA for c8e4aca
src/lsptoolshost/debugger/debugger.ts
@@ -63,7 +63,7 @@ export function registerDebugger(
63
);
64
}
65
66
-async function promptForDevKitDebugConfigurations(skipPrompt: boolean = false): Promise<boolean> {
+async function promptForDevKitDebugConfigurations(options: { skipPrompt?: boolean }): Promise<boolean> {
67
if (getCSharpDevKit()) {
68
// If skipPrompt is true, proceed with generating assets without showing the dialog
69
if (options.skipPrompt) {
0 commit comments