Skip to content

Commit 59ba119

Browse files
committed
fix GDPR annotation
1 parent 434662c commit 59ba119

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

extensions/typescript-language-features/src/typescriptServiceClient.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,10 +703,8 @@ export default class TypeScriptServiceClient extends Disposable implements IType
703703
private fatalError(command: string): void {
704704
/* __GDPR__
705705
"fatalError" : {
706-
"${include}": [
707-
"${TypeScriptCommonProperties}",
708-
"command" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
709-
]
706+
"${include}": [ "${TypeScriptCommonProperties}" ],
707+
"command" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
710708
}
711709
*/
712710
this.logTelemetry('fatalError', { command });

0 commit comments

Comments
 (0)