mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
GDPR classification for html language server
This commit is contained in:
@@ -271,6 +271,11 @@ connection.onCompletion(async textDocumentPosition => {
|
||||
}
|
||||
|
||||
if (mode.getId() !== 'html') {
|
||||
/* __GDPR__
|
||||
"html.embbedded.complete" : {
|
||||
"languageId" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
|
||||
}
|
||||
*/
|
||||
connection.telemetry.logEvent({ key: 'html.embbedded.complete', value: { languageId: mode.getId() } });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user