Releases: xojs/vscode-linter-xo
Releases · xojs/vscode-linter-xo
v3.8.1
v3.8.0
v3.7.0
v3.6.1
v3.6.0
v3.5.0
v3.4.0
- Make debounce configurable and default to 0
- Replace internal Queue
- Handle resolution error with more sophistication
- Initial support for quick fix code actions
- Added a status bar item and command to show the extension output
- Handle options better for per folder configurations in multi-root workspaces
v3.3.2
v3.3.1
v3.3.0
- Support multi-root workspaces completely
- Internal refactoring for a much cleaner and clearer linter class.
- Removes the need for xo to be in package.json and will attempt to resolve xo regardless.
- Handle errors more gracefully
- Adds some debouncing to lint requests which significantly improves large file performance
- fix up some documentation