mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
@@ -163,7 +163,7 @@ function convertLinkTags(
|
||||
const command = `command:${OpenJsDocLinkCommand.id}?${encodeURIComponent(JSON.stringify([args]))}`;
|
||||
|
||||
const linkText = currentLink.text ? currentLink.text : escapeMarkdownSyntaxTokensForCode(currentLink.name ?? '');
|
||||
out.push(`[${currentLink.linkcode ? '`' + linkText + '`' : linkText}](${command})`);
|
||||
out.push(`[${currentLink.linkcode ? '`' + linkText + '`' : linkText}](${command} "${vscode.l10n.t('Open symbol link')}")`);
|
||||
} else {
|
||||
const text = currentLink.text ?? currentLink.name;
|
||||
if (text) {
|
||||
|
||||
Reference in New Issue
Block a user