Add setting to enable/disable markdown drop into editor

For #142990
This commit is contained in:
Matt Bierner
2022-04-05 15:37:15 -07:00
parent ddf70921cd
commit 032ee47056
3 changed files with 12 additions and 0 deletions

View File

@@ -28,5 +28,6 @@
"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.suggest.paths.enabled.description": "Enable/disable path suggestions for markdown links",
"configuration.markdown.editor.drop.enabled": "Enable/disable dropping into the markdown editor to insert shift. Requires enabling `#workbench.editor.dropIntoEditor.enabled#`.",
"workspaceTrust": "Required for loading styles configured in the workspace."
}