Skip to content

Commit

Permalink
fix don't create forbidden auto imports with completions in codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Nov 3, 2023
1 parent 9603f99 commit 3bc7159
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"tsEssentialPlugins.autoImport.changeToNamespaceImport": {
"typescript": {
"typescript/lib/tsserverlibrary": {
"namespace": "ts",
"addImport": false
}
},
"typescript.preferences.autoImportFileExcludePatterns": [
"./typescript/src/ts.d.ts"
],
"tsEssentialPlugins.suggestions.ignoreAutoImports": [
"typescript-full",
"@volar/language-service/*"
Expand All @@ -13,6 +16,7 @@
"develop"
],
"cSpell.words": [
"tsserverlibrary",
"unpatch"
],
"vitest.enable": true,
Expand Down

0 comments on commit 3bc7159

Please sign in to comment.