Skip to content

Commit 913b9b9

Browse files
committed
Tweak organize imports setting descriptions
For microsoft#225814 - Removes link to presets which haven't yet been finalized - Adds periods at end of descriptions
1 parent 0e542f3 commit 913b9b9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -188,21 +188,21 @@
188188
"typescript.preferences.renameShorthandProperties.deprecationMessage": "The setting 'typescript.preferences.renameShorthandProperties' has been deprecated in favor of 'typescript.preferences.useAliasesForRenames'",
189189
"typescript.preferences.useAliasesForRenames": "Enable/disable introducing aliases for object shorthand properties during renames.",
190190
"typescript.preferences.renameMatchingJsxTags": "When on a JSX tag, try to rename the matching tag instead of renaming the symbol. Requires using TypeScript 5.1+ in the workspace.",
191-
"typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered. Presets are available in `#typescript.preferences.organizeImports.presets#`",
192-
"javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered. Presets are available in `#javascript.preferences.organizeImports.presets#`",
193-
"typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting",
194-
"typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively",
195-
"typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively",
196-
"typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted",
197-
"typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list",
198-
"typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only",
199-
"typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list",
200-
"typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point",
201-
"typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation",
202-
"typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`",
203-
"typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`",
204-
"typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value",
205-
"typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character",
191+
"typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.",
192+
"javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.",
193+
"typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.",
194+
"typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.",
195+
"typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.",
196+
"typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.",
197+
"typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.",
198+
"typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.",
199+
"typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.",
200+
"typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.",
201+
"typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.",
202+
"typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.",
203+
"typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.",
204+
"typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.",
205+
"typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.",
206206
"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).",
207207
"typescript.workspaceSymbols.scope.allOpenProjects": "Search all open JavaScript or TypeScript projects for symbols.",
208208
"typescript.workspaceSymbols.scope.currentProject": "Only search for symbols in the current JavaScript or TypeScript project.",

0 commit comments

Comments
 (0)