This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 38729c9
authored
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 #18281 parent a7cde7e commit 38729c9
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