This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 4d9ef09
Keen Yee Liau
fix: do not load plugins except @angular/language-service
Users can specify any arbitrary plugins in their `tsconfig.json`, and
tsserver will load all of them by default. In Angular server, we do not
want this behavior since other plugins can slow down the server
considerably. Angular server should only load
`@angular/language-service`.
In google3, `@bazel/tsetse` and `ide_performance` plugins are automatically
added by the `ts_config` rule.1 parent 86f32d8 commit 4d9ef09
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
181 | 187 | | |
182 | 188 | | |
183 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
0 commit comments