GDPR classification for json language server

This commit is contained in:
kieferrm
2018-03-02 12:44:12 -08:00
parent 7ae132d85d
commit 597576c382

View File

@@ -110,6 +110,11 @@ let schemaRequestService = (uri: string): Thenable<string> => {
});
}
if (uri.indexOf('//schema.management.azure.com/') !== -1) {
/* __GDPR__
"json.schema" : {
"schemaURL" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
connection.telemetry.logEvent({
key: 'json.schema',
value: {