mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
GDPR classification for json language server
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user