Releases: vlabo/cspell-lsp
Releases · vlabo/cspell-lsp
v1.1.5
v1.1.4
What's Changed
- Read cspell global config; watch --config file changes by @Frederick888 in #15
- Resurrect AddToCustomDictionary code action by @Frederick888 in #17
Full Changelog: v1.1.3...v1.1.4
v1.1.3
- 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
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
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
wordsand custom dictionaries; read configs with cspell-libreadSettings()by @Frederick888 in #10
New Contributors
- @Frederick888 made their first contribution in #9
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.0
Full Changelog: https://github.com/vlabo/cspell-lsp/commits/v1.0.0