Skip to content

Commit 7481cc8

Browse files
committed
Fix casing
1 parent c742df5 commit 7481cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/debug/electron-browser/debugService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ export class DebugService implements IDebugService {
10681068

10691069
private telemetryDebugAddBreakpoint(breakpoint: IBreakpoint, context: string): TPromise<any> {
10701070
/* __GDPR__
1071-
"DebugAddBreakpoint" : {
1071+
"debugAddBreakpoint" : {
10721072
"type" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
10731073
"context": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
10741074
}

0 commit comments

Comments
 (0)