Skip to content

Commit 3bc7159

Browse files
committed
fix don't create forbidden auto imports with completions in codebase
1 parent 9603f99 commit 3bc7159

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"tsEssentialPlugins.autoImport.changeToNamespaceImport": {
3-
"typescript": {
3+
"typescript/lib/tsserverlibrary": {
44
"namespace": "ts",
55
"addImport": false
66
}
77
},
8+
"typescript.preferences.autoImportFileExcludePatterns": [
9+
"./typescript/src/ts.d.ts"
10+
],
811
"tsEssentialPlugins.suggestions.ignoreAutoImports": [
912
"typescript-full",
1013
"@volar/language-service/*"
@@ -13,6 +16,7 @@
1316
"develop"
1417
],
1518
"cSpell.words": [
19+
"tsserverlibrary",
1620
"unpatch"
1721
],
1822
"vitest.enable": true,

0 commit comments

Comments
 (0)