未验证 提交 e1a503f1 编写于 作者: R Rob Lourens 提交者: GitHub

Merge pull request #100304 from gjsjohnmurray/fix-71295

Fix #71295 Permit command URIs in markdownDescription of extension setting
......@@ -629,7 +629,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.
先完成此消息的编辑!
想要评论请 注册