mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Merge pull request #226202 from andrewbranch/autoImportSpecifierExcludeRegexes
[typescript-language-features] Add autoImportSpecifierExcludeRegexes preference
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user