以下是我尝试使用this作为参考的情况:
"myextension.myProperty": {
"type": "string",
"default": "",
"markdownDescription": "This is my property description and I want to link this [command](command:editor.action.addCommentLine)!"
}
在设置页面中,“命令”不会显示为链接,而只会显示纯文本。
答案 0 :(得分:0)
在vscode issue 71295中进行了报道:“支持属性描述中的命令链接”。
对于PR 100304,它应该在2020年6月的VSCode v1.47中,“在markdown中允许命令URI扩展设置的描述”
没有此PR:
通过此PR,单词'
here
'成为超链接(command:workbench,view.extensions)
,切换到扩展视图。