more GDPR classification

This commit is contained in:
kieferrm
2017-09-07 23:32:17 -07:00
committed by Kai Maetzel
parent c03559eec7
commit a65363876a
20 changed files with 205 additions and 15 deletions

View File

@@ -880,6 +880,7 @@ export class ExtHostLanguageFeatures implements ExtHostLanguageFeaturesShape {
const handle = this._nextHandle();
this._adapter.set(handle, new HoverAdapter(this._documents, provider, once((name: string, data: any) => {
data['extension'] = extensionId;
// GDPR__TODO
this._telemetry.$publicLog(name, data);
})));
this._proxy.$registerHoverProvider(handle, selector);