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
@@ -34,7 +34,7 @@
34
34
"configuration.markdown.editor.drop.enabled": "Enable dropping files into a Markdown editor while holding Shift. Requires enabling `#editor.dropIntoEditor.enabled#`.",
35
35
"configuration.markdown.editor.pasteLinks.enabled": "Enable pasting files into a Markdown editor inserts Markdown links. Requires enabling `#editor.experimental.pasteActions.enabled#`.",
36
36
"configuration.markdown.validate.enabled.description": "Enable all error reporting in Markdown files.",
37
-
"configuration.markdown.validate.referenceLinks.enabled.description": "Validate reference links in Markdown files, for example `[link][ref]`. Requires enabling `#markdown.validate.enabled#`.",
37
+
"configuration.markdown.validate.referenceLinks.enabled.description": "Validate reference links in Markdown files, for example `[link][ref]`. Requires enabling `#markdown.validate.enabled#`.",
38
38
"configuration.markdown.validate.fragmentLinks.enabled.description": "Validate fragment links to headers in the current Markdown file, for example `[link](#header)`. Requires enabling `#markdown.validate.enabled#`.",
39
39
"configuration.markdown.validate.fileLinks.enabled.description": "Validate links to other files in Markdown files, for example `[link](/path/to/file.md)`. This checks that the target files exists. Requires enabling `#markdown.validate.enabled#`.",
40
40
"configuration.markdown.validate.fileLinks.markdownFragmentLinks.description": "Validate the fragment part of links to headers in other files in Markdown files, for example `[link](/path/to/file.md#header)`. Inherits the setting value from `#markdown.validate.fragmentLinks.enabled#` by default.",
@@ -45,7 +45,7 @@
45
45
"configuration.markdown.updateLinksOnFileMove.enabled.prompt": "Prompt on each file move.",
"configuration.markdown.updateLinksOnFileMove.enabled.never": "Never try to update link and don't prompt.",
48
-
"configuration.markdown.updateLinksOnFileMove.include": "Glob patterns that specifies which files that trigger automatic link updates. See `#markdown.updateLinksOnFileMove.enabled#` for details about this feature.",
48
+
"configuration.markdown.updateLinksOnFileMove.include": "Glob patterns that specifies files that trigger automatic link updates. See `#markdown.updateLinksOnFileMove.enabled#` for details about this feature.",
49
49
"configuration.markdown.updateLinksOnFileMove.include.property": "The glob pattern to match file paths against. Set to true to enable the pattern.",
50
50
"configuration.markdown.updateLinksOnFileMove.enableForDirectories": "Enable updating links when a directory is moved or renamed in the workspace.",
51
51
"configuration.markdown.occurrencesHighlight.enabled": "Enable highlighting link occurrences in the current document.",
Copy file name to clipboardExpand all lines: extensions/typescript-language-features/package.nls.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@
165
165
"configuration.tsserver.watchOptions.synchronousWatchDirectory": "Disable deferred watching on directories. Deferred watching is useful when lots of file changes might occur at once (e.g. a change in node_modules from running npm install), but you might want to disable it with this flag for some less-common setups.",
166
166
"typescript.preferences.renameShorthandProperties.deprecationMessage": "The setting 'typescript.preferences.renameShorthandProperties' has been deprecated in favor of 'typescript.preferences.useAliasesForRenames'",
167
167
"typescript.preferences.useAliasesForRenames": "Enable/disable introducing aliases for object shorthand properties during renames.",
168
-
"typescript.workspaceSymbols.scope": "Controls which files are searched by [go to symbol in workspace](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name).",
168
+
"typescript.workspaceSymbols.scope": "Controls which files are searched by [Go to Symbol in Workspace](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name).",
169
169
"typescript.workspaceSymbols.scope.allOpenProjects": "Search all open JavaScript or TypeScript projects for symbols.",
170
170
"typescript.workspaceSymbols.scope.currentProject": "Only search for symbols in the current JavaScript or TypeScript project.",
'markdownDescription': nls.localize('exclude',"Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders. For example, the file explorer decides which files and folders to show or hide based on this setting. Refer to the `#search.exclude#` setting to define search-specific excludes. Refer to the `#explorer.excludeGitIgnore#` setting for ignorings files based on your `.gitignore`."),
141
+
'markdownDescription': nls.localize('exclude',"Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders. For example, the File Explorer decides which files and folders to show or hide based on this setting. Refer to the `#search.exclude#` setting to define search-specific excludes. Refer to the `#explorer.excludeGitIgnore#` setting for ignorings files based on your `.gitignore`."),
'markdownDescription': nls.localize('autoRevealExclude',"Configure glob patterns for excluding files and folders from being revealed and selected in the explorer when they are opened. Read more about glob patterns [here](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)."),
376
+
'markdownDescription': nls.localize('autoRevealExclude',"Configure glob patterns for excluding files and folders from being revealed and selected in the Explorer when they are opened. Read more about glob patterns [here](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)."),
nls.localize('simple',"Appends the word \"copy\" at the end of the duplicated name potentially followed by a number"),
475
-
nls.localize('smart',"Adds a number at the end of the duplicated name. If some number is already part of the name, tries to increase that number"),
476
-
nls.localize('disabled',"Disables incremental naming. If two files with the same name exist you will be prompted to overwrite the existing file")
474
+
nls.localize('simple',"Appends the word \"copy\" at the end of the duplicated name potentially followed by a number."),
475
+
nls.localize('smart',"Adds a number at the end of the duplicated name. If some number is already part of the name, tries to increase that number."),
476
+
nls.localize('disabled',"Disables incremental naming. If two files with the same name exist you will be prompted to overwrite the existing file.")
477
477
],
478
-
description: nls.localize('explorer.incrementalNaming',"Controls what naming strategy to use when a giving a new name to a duplicated explorer item on paste."),
478
+
description: nls.localize('explorer.incrementalNaming',"Controls what naming strategy to use when a giving a new name to a duplicated Explorer item on paste."),
description: nls.localize('formatter.default',"Defines a default folding range provider which takes precedence over all other folding range provider. Must be the identifier of an extension contributing a folding range provider."),
174
+
description: nls.localize('formatter.default',"Defines a default folding range provider that takes precedence over all other folding range providers. Must be the identifier of an extension contributing a folding range provider."),
markdownDescription: nls.localize('notebook.outputFontSize',"Font size for the output text for notebook cells. When set to {0}, {1} is used.",'`0`','`#editor.fontSize#`'),
903
+
markdownDescription: nls.localize('notebook.outputFontSize',"Font size for the output text for notebook cells. When set to 0, {0} is used.",'`#editor.fontSize#`'),
localize('terminal.integrated.unicodeVersion.six',"Version 6 of Unicode; this is an older version which should work better on older systems."),
455
-
localize('terminal.integrated.unicodeVersion.eleven',"Version 11 of Unicode; this version provides better support on modern systems that use modern versions of Unicode.")
454
+
localize('terminal.integrated.unicodeVersion.six',"Version 6 of Unicode. This is an older version which should work better on older systems."),
455
+
localize('terminal.integrated.unicodeVersion.eleven',"Version 11 of Unicode. This version provides better support on modern systems that use modern versions of Unicode.")
456
456
],
457
457
default: '11',
458
458
description: localize('terminal.integrated.unicodeVersion',"Controls what version of Unicode to use when evaluating the width of characters in the terminal. If you experience emoji or other wide characters not taking up the right amount of space or backspace either deleting too much or too little then you may want to try tweaking this setting.")
description: localize('terminal.integrated.customGlyphs',"Whether to draw custom glyphs for block element and box drawing characters instead of using the font, which typically yields better rendering with continuous lines. Note that this doesn't work with the DOM renderer"),
519
+
description: localize('terminal.integrated.customGlyphs',"Whether to draw custom glyphs for block element and box drawing characters instead of using the font, which typically yields better rendering with continuous lines. Note that this doesn't work with the DOM renderer."),
0 commit comments