提交 c739698b 编写于 作者: G gjsjohnmurray

Fix #71295 Permit command URIs in markdownDescription of extension setting

上级 388da4e6
......@@ -638,7 +638,7 @@ export abstract class AbstractSettingRenderer extends Disposable implements ITre
// Rewrite `#editor.fontSize#` to link format
text = fixSettingLinks(text);
const renderedMarkdown = renderMarkdown({ value: text }, {
const renderedMarkdown = renderMarkdown({ value: text, isTrusted: true }, {
actionHandler: {
callback: (content: string) => {
if (startsWith(content, '#')) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册