You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/markdown-language-features/package.nls.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@
30
30
"configuration.markdown.links.openLocation.description": "Controls where links in Markdown files should be opened.",
31
31
"configuration.markdown.links.openLocation.currentGroup": "Open links in the active editor group.",
32
32
"configuration.markdown.links.openLocation.beside": "Open links beside the active editor.",
33
-
"configuration.markdown.suggest.paths.enabled.description": "Enable/disable path suggestions for markdown links",
34
-
"configuration.markdown.editor.drop.enabled": "Enable/disable dropping into the markdown editor to insert shift. Requires enabling `#editor.dropIntoEditor.enabled#`.",
33
+
"configuration.markdown.suggest.paths.enabled.description": "Enable/disable path suggestions while writing links in Markdown files.",
34
+
"configuration.markdown.editor.drop.enabled": "Enable/disable dropping files into a Markdown editor by holding down shift. Requires enabling `#editor.dropIntoEditor.enabled#`.",
35
35
"configuration.markdown.editor.pasteLinks.enabled": "Enable/disable pasting files into a Markdown editor inserts Markdown links. Requires enabling `#editor.experimental.pasteActions.enabled#`.",
36
36
"configuration.markdown.validate.enabled.description": "Enable/disable all error reporting in Markdown files.",
37
37
"configuration.markdown.validate.referenceLinks.enabled.description": "Validate reference links in Markdown files, e.g. `[link][ref]`. Requires enabling `#markdown.validate.enabled#`.",
0 commit comments