mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
indentation changes
This commit is contained in:
@@ -26,10 +26,10 @@ export class MainThreadTelemetry implements MainThreadTelemetryShape {
|
||||
|
||||
$publicLog(eventName: string, data: any = Object.create(null)): void {
|
||||
/* __GDPR__FRAGMENT__
|
||||
"MainThreadData" : {
|
||||
"pluginHostTelemetry" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
|
||||
}
|
||||
*/
|
||||
"MainThreadData" : {
|
||||
"pluginHostTelemetry" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
|
||||
}
|
||||
*/
|
||||
data[MainThreadTelemetry._name] = true;
|
||||
this._telemetryService.publicLog(eventName, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user