mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
fix GDPR annotation
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user