mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 05:30:03 -05:00
Fixes GDPR comment
This commit is contained in:
@@ -133,7 +133,7 @@ export default class DocumentMergeConflictTracker implements vscode.Disposable,
|
||||
"mergeMarkers.documentWithConflictMarkersOpened" : {
|
||||
"owner": "hediet",
|
||||
"comment": "Used to determine how many documents with conflicts are opened.",
|
||||
"conflictCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "comment": "Total number of conflict counts" },
|
||||
"conflictCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "comment": "Total number of conflict counts" }
|
||||
}
|
||||
*/
|
||||
this.telemetryReporter.sendTelemetryEvent('mergeMarkers.documentWithConflictMarkersOpened', {}, {
|
||||
|
||||
Reference in New Issue
Block a user