Skip to content

Releases: streetsidesoftware/vscode-spell-checker

Release v2.0.1-alpha.7

17 Jul 15:45
Compare
Choose a tag to compare

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

Release v2.0.1-alpha.6

15 Jul 09:09
Compare
Choose a tag to compare

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

Release v2.0.1-alpha.5

27 Jun 08:10
Compare
Choose a tag to compare

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
  • 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.1-alpha.5.vsix
    image

Release v2.0.1-alpha.4

16 Jun 16:49
Compare
Choose a tag to compare
chore(release): 2.0.1-alpha.4

Release v2.0.1-alpha.3

10 Jun 15:51
Compare
Choose a tag to compare
chore(release): 2.0.1-alpha.3

Release v2.0.1-alpha.2

09 Jun 12:44
Compare
Choose a tag to compare
chore(release): 2.0.1-alpha.2

Release v2.0.1-alpha.1

07 Jun 17:05
Compare
Choose a tag to compare
chore(release): 2.0.1-alpha.1

Release v2.0.1-alpha.0

07 Jun 11:47
Compare
Choose a tag to compare
chore(release): 2.0.1-alpha.0

Release v2.0.1-0

08 Oct 16:56
Compare
Choose a tag to compare
chore(release): 2.0.1-0

Release v2.0.0

29 May 08:39
Compare
Choose a tag to compare

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