-An early request was to create a command line tool ([CSpell](https://www.npmjs.com/package/cspell)) that could be used outside of the extension as part of the CI/CD process. It has become clear that many others found it useful, since [CSpell](https://www.npmjs.com/package/cspell) has become the defacto spell checker for CI/CD processes. It is used by corporations like Google, Facebook, Microsoft, and Siemens to spell check documentation, source code, and more. It is used by schools, universities, and code academies when accepting coding assignments. With over 11 million installs, the [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) extension has also grown in popularity. Language support has added to include French, German, Spanish, and more, even Esperanto. Which was only possible because the dictionaries were Open Source.
0 commit comments