Vscode Languagetool Linter Versions Save

A from scratch redesign of LanguageTool integration for VS Code.

v0.21.4

2 weeks ago

v0.21.4 (2024-05-02)

Fix

  • deps: bump glob from 10.3.10 to 10.3.12 (#680)

[master 8d001b9] bump: version 0.21.3 → 0.21.4 3 files changed, 9 insertions(+), 3 deletions(-)

v0.21.3

2 months ago

v0.21.3 (2024-03-04)

Fix

  • deps: bump glob from 8.1.0 to 10.3.10 (#637)
  • correct import of glob

[master 90c4b83] bump: version 0.21.2 → 0.21.3 3 files changed, 10 insertions(+), 3 deletions(-)

v0.21.2

2 months ago

v0.21.2 (2024-03-03)

Fix

  • reset @types/vscode to 1.57.0

[master aae2c16] bump: version 0.21.1 → 0.21.2 3 files changed, 13 insertions(+), 7 deletions(-)

v0.21.1

2 months ago

v0.21.1 (2024-03-03)

Fix

  • test stderr and stdout for null

[master f307a49] bump: version 0.21.0 → 0.21.1 3 files changed, 9 insertions(+), 3 deletions(-)

v0.21.0

2 months ago

v0.21.0 (2024-03-02)

Feat

  • add option to set severity levels automatically based on Rule and Categoy (#651)

[master 34c64a5] bump: version 0.20.2 → 0.21.0 3 files changed, 9 insertions(+), 3 deletions(-)

v0.20.2

2 months ago

v0.20.2 (2024-03-02)

Fix

  • deps: bump node-fetch and @types/node-fetch (#667)
  • deps: bump node-fetch and @types/node-fetch

[master 44f99c1] bump: version 0.20.1 → 0.20.2 3 files changed, 10 insertions(+), 3 deletions(-)

v0.20.1

2 months ago

v0.20.1 (2024-02-29)

Fix

  • add concurrency for publish
  • deps: bump node-fetch and @types/node-fetch (#596)

[master d99ade4] bump: version 0.20.0 → 0.20.1 3 files changed, 14 insertions(+), 7 deletions(-)

v0.20.0

1 year ago

Added

  • Allow spell-check rules to be ignored by line. This Works for HTML and markdown, where inline comments are allowed (e.g. pandoc) - thank you @steven-r!
  • Premium Support by Adding Settings for username and apiKey (#438) - thank you @thomaskrause and @johangirod!

v0.19.0

2 years ago

What's Changed

Full Changelog: https://github.com/davidlday/vscode-languagetool-linter/compare/v0.18.0...v0.19.0

v0.18.0

3 years ago

Fixed

  • Linter wasn't registered as a Code Actions Provider for the list of plain text IDs in settings, resulting in no suggestions for potential errors (284).

Added

  • Show warning when spaces exist in either Disabled Rules or Disable Categories (217).

Maintenance

  • Refactored code for maintainability.
    • Moved tests to root of repo.
    • Moved test fixtures to root of repo.
    • Renamed src files to match class names.