提交 7ae132d8 编写于 作者: K kieferrm

GDPR classification for html language server

上级 dc1b18e7
......@@ -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() } });
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册