Skip to content

Commit 288be7d

Browse files
authored
Fix settings keys (microsoft#208253)
Fixes microsoft#207804
1 parent 06f1c12 commit 288be7d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

extensions/markdown-language-features/package.nls.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions.onDoubleHash": "Enable workspace header suggestions after typing `##` in a path, for example: `[link text](##`.",
3939
"configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions.onSingleOrDoubleHash": "Enable workspace header suggestions after typing either `##` or `#` in a path, for example: `[link text](#` or `[link text](##`.",
4040
"configuration.markdown.editor.drop.enabled": "Enable dropping files into a Markdown editor while holding Shift. Requires enabling `#editor.dropIntoEditor.enabled#`.",
41-
"configuration.markdown.editor.drop.always": "Always insert Markdown links.",
42-
"configuration.markdown.editor.drop.smart": "Smartly create Markdown links by default when not dropping into a code block or other special element. Use the drop widget to switch between pasting as plain text or as Markdown links.",
43-
"configuration.markdown.editor.drop.never": "Never create Markdown links.",
41+
"configuration.markdown.editor.drop.enabled.always": "Always insert Markdown links.",
42+
"configuration.markdown.editor.drop.enabled.smart": "Smartly create Markdown links by default when not dropping into a code block or other special element. Use the drop widget to switch between pasting as plain text or as Markdown links.",
43+
"configuration.markdown.editor.drop.enabled.never": "Never create Markdown links.",
4444
"configuration.markdown.editor.drop.copyIntoWorkspace": "Controls if files outside of the workspace that are dropped into a Markdown editor should be copied into the workspace.\n\nUse `#markdown.copyFiles.destination#` to configure where copied dropped files should be created",
4545
"configuration.markdown.editor.filePaste.enabled": "Enable pasting files into a Markdown editor to create Markdown links. Requires enabling `#editor.pasteAs.enabled#`.",
46-
"configuration.markdown.editor.filePaste.always": "Always insert Markdown links.",
47-
"configuration.markdown.editor.filePaste.smart": "Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
48-
"configuration.markdown.editor.filePaste.never": "Never create Markdown links.",
46+
"configuration.markdown.editor.filePaste.enabled.always": "Always insert Markdown links.",
47+
"configuration.markdown.editor.filePaste.enabled.smart": "Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
48+
"configuration.markdown.editor.filePaste.enabled.never": "Never create Markdown links.",
4949
"configuration.markdown.editor.filePaste.copyIntoWorkspace": "Controls if files outside of the workspace that are pasted into a Markdown editor should be copied into the workspace.\n\nUse `#markdown.copyFiles.destination#` to configure where copied files should be created.",
5050
"configuration.copyIntoWorkspace.mediaFiles": "Try to copy external image and video files into the workspace.",
5151
"configuration.copyIntoWorkspace.never": "Do not copy external files into the workspace.",

0 commit comments

Comments
 (0)