Merge pull request #245713 from Victuracor/main

Fix a typo in extensions/typescript-language-features/package.nls.json
This commit is contained in:
Matt Bierner
2025-04-30 08:51:01 -07:00
committed by GitHub

View File

@@ -168,7 +168,7 @@
"typescript.updateImportsOnFileMove.enabled.always": "Always update paths automatically.",
"typescript.updateImportsOnFileMove.enabled.never": "Never rename paths and don't prompt.",
"typescript.autoClosingTags": "Enable/disable automatic closing of JSX tags.",
"typescript.suggest.enabled": "Enabled/disable autocomplete suggestions.",
"typescript.suggest.enabled": "Enable/disable autocomplete suggestions.",
"configuration.suggest.completeJSDocs": "Enable/disable suggestion to complete JSDoc comments.",
"configuration.tsserver.useVsCodeWatcher": "Use VS Code's file watchers instead of TypeScript's. Requires using TypeScript 5.4+ in the workspace.",
"configuration.tsserver.useVsCodeWatcher.deprecation": "Please use the `#typescript.tsserver.watchOptions#` setting instead.",