Skip to content

Releases: vlabo/cspell-lsp

v1.1.5

18 Jul 20:59
7e27b44

Choose a tag to compare

Fix neovim suggestion range

v1.1.4

28 Jun 10:20
fc94c14

Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

18 Jun 16:57
d540abe

Choose a tag to compare

  • Dynamic Configuration Discovery: The language server now automatically searches for cspell configuration files (e.g., cspell.json, cspell.yaml) starting from the location of the file you are editing and moving up the directory tree.
  • Configuration File Watching: The server now actively watches for any changes to cspell.{json,yaml,yml} configuration files.
  • Immediate Re-validation on Dictionary Updates: When you add a new word to your dictionary using the quick-fix commands, all open files will now be instantly re-validated.

v1.1.2

14 May 06:36
b184696

Choose a tag to compare

What's Changed

  • Support defaultSettings in initializationOptions by @Frederick888 in #11
  • Add --sortWords option for sorting the words in config file

Full Changelog: v1.1.1...v1.1.2

v1.1.1

04 May 07:05
f85ee9e

Choose a tag to compare

What's Changed

  • Add language and words to copySettings; Sync version in package-lock.json to 1.1.0 by @Frederick888 in #9
  • Support adding words to workspace words and custom dictionaries; read configs with cspell-lib readSettings() by @Frederick888 in #10

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

26 Apr 15:36
36f629c

Choose a tag to compare

v1.1.0 Pre-release
Pre-release

Support for cspell.json config

Drop support for --dictionary in favor of --config which accepts cspell.json file format

v1.0.0

25 Jan 13:21
e6b32d1

Choose a tag to compare