Commit abc9331
feat: migrate diagnostics & quick-fix actions to language-service (#92)
* wip: plan
* update plan
* feat: migrate diagnostics and quickfix to language-service
* * ignore plans
* update AGENTS.md
* simplify
* [autofix.ci] apply automated fixes
* update
* update
* only return Promise in diagnostic rules
* restore comment
* simplify
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>1 parent ec7124e commit abc9331
39 files changed
Lines changed: 485 additions & 555 deletions
File tree
- extensions/vscode
- src
- commands
- providers
- code-actions
- diagnostics
- tests/__setup__
- packages
- language-server
- language-service
- src
- plugins/diagnostics
- rules
- __tests__
- utils
- tests/__setup__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 91 deletions
This file was deleted.
Lines changed: 0 additions & 131 deletions
This file was deleted.
0 commit comments