[typescript-language-features] Add setting for autoImportFileExcludePatterns (#153160)

* Add setting for autoImportFileExcludePatterns

* Add TS 4.8 to message
This commit is contained in:
Andrew Branch
2022-06-28 16:43:24 -07:00
committed by GitHub
parent a31d51981c
commit 1d16e313d6
3 changed files with 32 additions and 0 deletions

View File

@@ -136,6 +136,7 @@
"typescript.preferences.includePackageJsonAutoImports.auto": "Search dependencies based on estimated performance impact.",
"typescript.preferences.includePackageJsonAutoImports.on": "Always search dependencies.",
"typescript.preferences.includePackageJsonAutoImports.off": "Never search dependencies.",
"typescript.preferences.autoImportFileExcludePatterns": "Specify glob patterns of files to exclude from auto imports. Requires using TypeScript 4.8 or newer in the workspace.",
"typescript.updateImportsOnFileMove.enabled": "Enable/disable automatic updating of import paths when you rename or move a file in VS Code.",
"typescript.updateImportsOnFileMove.enabled.prompt": "Prompt on each rename.",
"typescript.updateImportsOnFileMove.enabled.always": "Always update paths automatically.",