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 });