Skip to content

Release v2.0.1-alpha.7

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 15:45

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.6.6.
  • Supports case sensitive dictionaries
  • Full support of Yaml configuration files: cspell.config.yaml
  • Full support of of configuration in package.json under cspell section.
  • Partial support of JavaScript configuration files: cspell.config.js
    The extension supports reading the configuration but can only write to .json and .yaml 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.1-alpha.5.vsix
    image