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
Now the Angular code action provider only supports `QuickFix`. If leave the
`codeActionKinds` empty, all action requests will be sent to the Angular language
service, especially for the action before saving the file, the Angular code action
provider will try to fix all errors in the whole file, it's expensive.
Fixes#1828
(cherry picked from commit 38729c9)
0 commit comments