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 acc8906 commit 4207576Copy full SHA for 4207576
src/client/debugger/extension/configuration/providers/fileLaunch.ts
@@ -24,7 +24,7 @@ export async function buildFileLaunchDebugConfiguration(
24
justMyCode: true,
25
};
26
sendTelemetryEvent(EventName.DEBUGGER_CONFIGURATION_PROMPTS, undefined, {
27
- configurationType: DebugConfigurationType.launchFastAPI,
+ configurationType: DebugConfigurationType.launchFile,
28
});
29
Object.assign(state.config, config);
30
}
0 commit comments