Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 08:39

Version 2.0 Preview

This is a Preview release of the Extension.

Work is still underway for the final release to the VS Code Marketplace.

Highlights

  • Upgrades cspell to version 5.5.0.
  • Supports case sensitive dictionaries
  • Partial support of JavaScript and Yaml configuration files: cspell.config.js and cspell.config.yaml
    The extension supports reading the configuration but can only write to .json files.
  • Supports dictionary entries that have numbers and mixed case.
  • Supports more word splitting formats
    It correctly splits both ERRORcode and ERRORCode
  • Reduced installation size and faster loading

Manual Installation

  • Download and decompress code-spell-checker.zip
  • From VS Code Install from VSIX code-spell-checker-2.0.0.vsix
    image