Skip to content

Commit 6c94c8e

Browse files
authored
[typescript-language-features] Update autoImportFileExcludePatterns description (microsoft#186528)
Update autoImportFileExcludePatterns description
1 parent 0729d2c commit 6c94c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"typescript.preferences.includePackageJsonAutoImports.auto": "Search dependencies based on estimated performance impact.",
153153
"typescript.preferences.includePackageJsonAutoImports.on": "Always search dependencies.",
154154
"typescript.preferences.includePackageJsonAutoImports.off": "Never search dependencies.",
155-
"typescript.preferences.autoImportFileExcludePatterns": "Specify glob patterns of files to exclude from auto imports. Requires using TypeScript 4.8 or newer in the workspace.",
155+
"typescript.preferences.autoImportFileExcludePatterns": "Specify glob patterns of files to exclude from auto imports. Relative paths are resolved relative to the workspace root. Patterns are evaluated using tsconfig.json [`exclude`](https://www.typescriptlang.org/tsconfig#exclude) semantics. Requires using TypeScript 4.8 or newer in the workspace.",
156156
"typescript.updateImportsOnFileMove.enabled": "Enable/disable automatic updating of import paths when you rename or move a file in VS Code.",
157157
"typescript.updateImportsOnFileMove.enabled.prompt": "Prompt on each rename.",
158158
"typescript.updateImportsOnFileMove.enabled.always": "Always update paths automatically.",

0 commit comments

Comments
 (0)