update GDPR todos

This commit is contained in:
kieferrm
2017-09-25 11:34:48 -07:00
committed by Kai Maetzel
parent 7dc7165782
commit 9d5589dbf4
9 changed files with 15 additions and 12 deletions

View File

@@ -880,7 +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 Dynamic event names and dynamic properties. Can not be registered statically.
// __GDPR__TODO__ Dynamic event names and dynamic properties. Can not be registered statically.
this._telemetry.$publicLog(name, data);
})));
this._proxy.$registerHoverProvider(handle, selector);