This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 13a4086
fix: disable AutoImportProviderProject
TypeScript 4.0 added a new feature to provider smarter auto-imports,
(see https://devblogs.microsoft.com/typescript/announcing-typescript-4-0/#smarter-auto-imports)
but feature is not needed in Angular language service. We should turn this
off to improve performance.1 parent 34cdd35 commit 13a4086
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
0 commit comments