提交 a529621b 编写于 作者: M Matt Bierner

Disable command uris in preview

We are now using the modern, message passing approach to handling actions in the markdown preview. No more need for command uris
上级 03e65ebe
......@@ -361,7 +361,6 @@ export class MarkdownPreview {
): vscode.WebviewOptions {
return {
enableScripts: true,
enableCommandUris: true,
localResourceRoots: MarkdownPreview.getLocalResourceRoots(resource, contributions)
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册