code-spell-checker: v4.0.0-alpha.1
4.0.0-alpha.1 (2024-02-22)
⚠ BREAKING CHANGES
- Update the client/server api (#2859)
Features
- Add command to autofix spelling issues. (#2906) (356fae5)
- Add insert directive commands (#2968) (0c3fe26)
- Add light/dark theme support (#2890) (dc806da)
- Control which settings are passed to cspell (#2868) (68bca74)
- Improve Spelling Issues Viewer (#3005) (1b9a59d)
- Make it easier to decorate issues (#2920) (79f9a8b)
- support custom decorators (#2887) (d179d2e)
- Support inline cspell directives (#2966) (d1b3ac3)
- Support loading local cspell dictionaries (#2955) (d0ed69d)
- Support Virtual Workspaces (#2971) (99c37d1)
- Support Word Tracing (#2987) (001645b)
- Update the client/server api (#2859) (6430b3b)
- Upgrade to CSpell 8 (#2925) (f984dde)
- Upgrade vscode-language-server (#2840) (b0af8f9)
Updates and Bug Fixes
- Add link to suggestions (#2888) (eff9c8c)
- Add suggestions to hover (#2896) (cf88324)
- correct regression with spell checking commit messages (#2872) (6c82393)
- Enable workspace trust (#2993) (15fe163)
- Improve decorations and suggestions (#2900) (1bc7bd0)
- Improve the handling of spelling corrections (#2916) (be8610d)
- lint issues and improve error handling (#2825) (dfa5889)
- Make sure the capabilities are correctly set (#2990) (c2199a9)
- Reduce handshaking between extension and spell checker server (#2863) (73b7c03)
- reduce reloading when opening a cspell config (#2986) (a8a1e18)
- Support Quick Fixes with custom decorators (#2897) (4e93033)
- Typo in README.md (#3037) (96ed582)
- Update list of supported language Ids (#2796) (e169d64)
Miscellaneous
- Use alpha as the prerelease type (03100de)