|
38 | 38 | "configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions.onDoubleHash": "Enable workspace header suggestions after typing `##` in a path, for example: `[link text](##`.",
|
39 | 39 | "configuration.markdown.suggest.paths.includeWorkspaceHeaderCompletions.onSingleOrDoubleHash": "Enable workspace header suggestions after typing either `##` or `#` in a path, for example: `[link text](#` or `[link text](##`.",
|
40 | 40 | "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.", |
44 | 44 | "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",
|
45 | 45 | "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.", |
49 | 49 | "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.",
|
50 | 50 | "configuration.copyIntoWorkspace.mediaFiles": "Try to copy external image and video files into the workspace.",
|
51 | 51 | "configuration.copyIntoWorkspace.never": "Do not copy external files into the workspace.",
|
|
0 commit comments