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
This commit is contained in:
Matt Bierner
2018-10-04 17:42:35 -07:00
parent 03e65ebe47
commit a529621b3d

View File

@@ -361,7 +361,6 @@ export class MarkdownPreview {
): vscode.WebviewOptions {
return {
enableScripts: true,
enableCommandUris: true,
localResourceRoots: MarkdownPreview.getLocalResourceRoots(resource, contributions)
};
}