mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
replace MarkedString with object-type IMarkdownString, #29076
This commit is contained in:
@@ -204,7 +204,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)) {
|
||||
if (result.contents.some(h => containsCommandLink(h.value))) {
|
||||
this._telemetryLog('usesCommandLink', { from: 'hover' });
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user