We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c742df5 commit 7481cc8Copy full SHA for 7481cc8
1 file changed
src/vs/workbench/parts/debug/electron-browser/debugService.ts
@@ -1068,7 +1068,7 @@ export class DebugService implements IDebugService {
1068
1069
private telemetryDebugAddBreakpoint(breakpoint: IBreakpoint, context: string): TPromise<any> {
1070
/* __GDPR__
1071
- "DebugAddBreakpoint" : {
+ "debugAddBreakpoint" : {
1072
"type" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
1073
"context": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
1074
}
0 commit comments