mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
review GDPR classifications
This commit is contained in:
@@ -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
|
||||
// __GDPR__TODO Dynamic event names and dynamic properties. Can not be registered statically.
|
||||
this._telemetry.$publicLog(name, data);
|
||||
})));
|
||||
this._proxy.$registerHoverProvider(handle, selector);
|
||||
|
||||
Reference in New Issue
Block a user