Skip to content

Commit 4207576

Browse files
Fix telemetry event when using debug file configuration (#21118)
Co-authored-by: paulacamargo25 <[email protected]>
1 parent acc8906 commit 4207576

File tree

1 file changed

+1
-1
lines changed
  • src/client/debugger/extension/configuration/providers

1 file changed

+1
-1
lines changed

src/client/debugger/extension/configuration/providers/fileLaunch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function buildFileLaunchDebugConfiguration(
2424
justMyCode: true,
2525
};
2626
sendTelemetryEvent(EventName.DEBUGGER_CONFIGURATION_PROMPTS, undefined, {
27-
configurationType: DebugConfigurationType.launchFastAPI,
27+
configurationType: DebugConfigurationType.launchFile,
2828
});
2929
Object.assign(state.config, config);
3030
}

0 commit comments

Comments
 (0)