Releases: xojs/vscode-linter-xo
Releases · xojs/vscode-linter-xo
v3.20.0
- adds source.fixAll.xo code action
- restarts extension on config changes so all caches can be reset
Full Changelog: v3.19.0...v3.20.0
v3.19.0
- switched lodash debounce to p-debounce to fix concurrency bugs (hopefully do not see performance regressions from this change)
- added better checking and respect for the enable option (closes #139)
Full Changelog: v3.18.2...v3.19.0
v3.18.2
- closes #138 where an unneeded space was added between the code and the comment for disable same line actions
- adds more tests around code actions
Full Changelog: v3.18.1...v3.18.2
v3.18.1
- fixes a code action regression #137
- changes/improves code action titles/promts
- adds more tests around code actions
Full Changelog: v3.18.0...v3.18.1
v3.18.0
- Support codeActions
source.fixAll
- Adds some tests 🚀
Full Changelog: v3.17.1...v3.18.0
v3.17.0
- makes status bar much better and more gracefully handles xo.validate changes
What's Changed
- docs: add typescriptreact (tsx) files to the recommended config by @albizures in #134
New Contributors
Full Changelog: v3.16.0...v3.17.0
v3.15.0
- Updates deps
- Sends correct LSP code for content mismatches. Closes #128
Full Changelog: v3.14.1...v3.15.0