You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments