mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Revert "know decorations using command links, #29076"
This reverts commit 94c4b25a47.
This commit is contained in:
@@ -205,7 +205,7 @@ class HoverAdapter {
|
||||
// we wanna know which extension uses command links
|
||||
// because that is a potential trick-attack on users
|
||||
if (result.contents.some(containsCommandLink)) {
|
||||
this._telemetryLog('MarkedString/commandLink', { from: 'hover' });
|
||||
this._telemetryLog('usesCommandLink', { from: 'hover' });
|
||||
}
|
||||
return result;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user