From 59ba1190b408a2ea199dee08265e879ade4459f6 Mon Sep 17 00:00:00 2001 From: kieferrm Date: Fri, 8 Nov 2019 22:36:44 +0000 Subject: [PATCH] fix GDPR annotation --- .../src/typescriptServiceClient.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/extensions/typescript-language-features/src/typescriptServiceClient.ts b/extensions/typescript-language-features/src/typescriptServiceClient.ts index 3ff0d709091..51bf7d9568d 100644 --- a/extensions/typescript-language-features/src/typescriptServiceClient.ts +++ b/extensions/typescript-language-features/src/typescriptServiceClient.ts @@ -703,10 +703,8 @@ export default class TypeScriptServiceClient extends Disposable implements IType private fatalError(command: string): void { /* __GDPR__ "fatalError" : { - "${include}": [ - "${TypeScriptCommonProperties}", - "command" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }, - ] + "${include}": [ "${TypeScriptCommonProperties}" ], + "command" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" } } */ this.logTelemetry('fatalError', { command });