Skip to content

Releases: xojs/vscode-linter-xo

v3.8.1

02 Dec 00:50
v3.8.1
ddc03f4
Compare
Choose a tag to compare
  • Diagnostics now underline the entire diagnostic, rather than only the first character (closes #87)

v3.8.0

10 Nov 02:44
v3.8.0
6b765c1
Compare
Choose a tag to compare

If a file is opened without a workspace folder, linter-xo will attempt to resolve the project root and lint appropriately. closes #108

v3.7.0

08 Nov 19:04
v3.7.0
bf036d4
Compare
Choose a tag to compare
  • changes xo.path from a file uri to an absolute or relative path with respect to the workspace folder.

v3.6.1

25 Oct 19:37
v3.6.1
c489758
Compare
Choose a tag to compare
  • unignore changelog (fixes #104)

v3.6.0

25 Oct 14:29
v3.6.0
a07cae9
Compare
Choose a tag to compare
  • adds a node runtime option (closes #103)

v3.5.0

21 Oct 20:16
v3.5.0
2b91432
Compare
Choose a tag to compare

Allows supplying a custom path to XO instead of resolving the library relative to your working directory.

v3.4.0

18 Oct 17:53
v3.4.0
477b0bf
Compare
Choose a tag to compare
  • 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

15 Oct 13:57
v3.3.2
2c6d710
Compare
Choose a tag to compare
  • patches the xo resolution error to only be shown once per instance instead of spamming error messages on type

v3.3.1

13 Oct 20:48
v3.3.1
6716021
Compare
Choose a tag to compare
  • possible fix for windows import paths

v3.3.0

13 Oct 18:55
v3.3.0
8ca7319
Compare
Choose a tag to compare
  • 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