This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 34c4614
fix(server): filter unsupported code action (#1834)
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)1 parent 8accb21 commit 34c4614
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
746 | 754 | | |
747 | 755 | | |
748 | 756 | | |
| |||
0 commit comments