提交 d466ce6b 编写于 作者: K kieferrm

fix GDPR annotations

上级 0fa2c8b6
......@@ -252,7 +252,7 @@ export class SuggestController implements IEditorContribution {
private static _onDidSelectTelemetry(service: ITelemetryService, item: ISuggestion): void {
/* __GDPR__
"acceptSuggestion" : {
"type" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
"type" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"multiline" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
......
......@@ -287,7 +287,7 @@ export class BreadcrumbsControl {
/* __GDPR__
"breadcrumbs/select" : {
"type": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"type": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
this._telemetryService.publicLog('breadcrumbs/select', { type: element instanceof TreeElement ? 'symbol' : 'file' });
......@@ -326,7 +326,7 @@ export class BreadcrumbsControl {
this._revealInEditor(event, data.target, this._getEditorGroup(data.payload && data.payload.originalEvent));
/* __GDPR__
"breadcrumbs/open" : {
"type": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"type": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
this._telemetryService.publicLog('breadcrumbs/open', { type: !data ? 'nothing' : data.target instanceof TreeElement ? 'symbol' : 'file' });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册