We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d643194 commit 36ca6b4Copy full SHA for 36ca6b4
CHANGELOG.md
@@ -1,10 +1,23 @@
1
+### v3.22.0
2
+
3
+- support eslint suggestions as quick fixes
4
5
+### v3.21.0
6
7
+- Updates deps
8
+- Switches to flat-xo beta linter
9
+- Fixes issues with source.fixAll.xo code actions on save
10
11
+### v3.20.0
12
13
+- adds source.fixAll.xo code action
14
+- restarts extension on config changes so all caches can be reset
15
16
### v3.19.0
17
18
- switched lodash debounce to p-debounce to fix concurrency bugs (hopefully do not see performance regressions from this change)
19
- added better checking and respect for the enable option (closes #139)
20
-**Full Changelog**: https://github.com/xojs/vscode-linter-xo/compare/v3.18.2...v3.19.0
-
21
### v3.18.0
22
23
- Refactors code actions handlers and support source.fixAll code action
0 commit comments