Add workspace trust for markdown extension

This commit is contained in:
Matt Bierner
2021-04-14 20:33:20 -07:00
parent be2026c324
commit 293061802c
2 changed files with 9 additions and 1 deletions

View File

@@ -25,5 +25,6 @@
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Try to open links in the Markdown preview.",
"configuration.markdown.links.openLocation.description": "Controls where links in Markdown files should be opened.",
"configuration.markdown.links.openLocation.currentGroup": "Open links in the active editor group.",
"configuration.markdown.links.openLocation.beside": "Open links beside the active editor."
"configuration.markdown.links.openLocation.beside": "Open links beside the active editor.",
"workspaceTrust": "Required for loading styles configured in the workspace."
}