[typescript-language-features] Add autoImportSpecifierExcludeRegexes preference

This commit is contained in:
Andrew Branch
2024-08-21 12:10:36 -07:00
parent d193e4b6f5
commit 7b357dd3a5
3 changed files with 19 additions and 0 deletions

View File

@@ -1030,6 +1030,22 @@
"markdownDescription": "%typescript.preferences.autoImportFileExcludePatterns%",
"scope": "resource"
},
"typescript.preferences.autoImportSpecifierExcludeRegexes": {
"type": "array",
"items": {
"type": "string"
},
"markdownDescription": "%typescript.preferences.autoImportSpecifierExcludeRegexes%",
"scope": "resource"
},
"javascript.preferences.autoImportSpecifierExcludeRegexes": {
"type": "array",
"items": {
"type": "string"
},
"markdownDescription": "%typescript.preferences.autoImportSpecifierExcludeRegexes%",
"scope": "resource"
},
"typescript.preferences.preferTypeOnlyAutoImports": {
"type": "boolean",
"default": false,