Mark setting as experimental again

Will finalize along when we actually ship this api
This commit is contained in:
Matt Bierner
2022-04-19 13:07:42 -07:00
parent d2e01929e3
commit 800eec5645
4 changed files with 5 additions and 4 deletions

View File

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