Revert "know decorations using command links, #29076"

This reverts commit 94c4b25a47.
This commit is contained in:
Johannes Rieken
2017-08-23 11:54:45 +02:00
parent 94c4b25a47
commit eb4e09ba69
5 changed files with 7 additions and 72 deletions

View File

@@ -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;
});