vscode-cspell-dict-extensions
vscode-cspell-dict-extensions copied to clipboard
VS Code Spelling Dictionary Extensions
Hi, I see the [Latin dictionary](https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/la) exists but not the corresponding extension: it would be great to have it! Thanks for all the great work.
Contributors should be able to find in [CONTRIBUTING.md](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/blob/main/CONTRIBUTING.md) how common words per language can be added. If that's not easy, people will keep having to add lots of words to...
Hi. I'm trying to config cspell in my project, but i'm having some problems to make if find the same problems that the vscode extension does. I used the extension...
Remove commend from #851
Bumps [mdast-util-to-markdown](https://github.com/syntax-tree/mdast-util-to-markdown) from 1.5.0 to 2.1.0. Release notes Sourced from mdast-util-to-markdown's releases. 2.1.0 Add 5fd2f1e Add compilePattern helper to state Full Changelog: https://github.com/syntax-tree/mdast-util-to-markdown/compare/2.0.0...2.1.0 2.0.0 Change 6e5e12d Change to require Node.js...
Hello and thank you for this useful extension. I installed the french dictionnary and set `"cSpell.language": "en,fr"` in the preferences. It works fine but creates an error when a character...
In German, the a noun starts with an upper case (e.g. "Stadt" = "city"). In source code, a variable name normally starts with a lower case (=> "stadt"). Therefore the...
:robot: I have created a release *beep* *boop* --- vscode-cspell-dict-extensions: 5.7.5 ## [5.7.5](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-07-30) ### Updates and Bug Fixes * Workflow Bot -- Update Dictionaries ([#976](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/976)) ([6cde73c](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/6cde73c60af358a5d0b6b3f1bfff3dbe6749ae0a)) code-spell-checker-british-english: 1.4.11 ##...
The ovsx cli seem to be failing.
# Update Dependencies ## Selected Diffs ```````diff diff --git a/package.json b/package.json index 4803969..8b6a487 100644 --- a/package.json +++ b/package.json @@ -35,20 +35,20 @@ "@lerna-lite/exec": "^3.9.1", "@lerna-lite/run": "^3.9.1", "@tsconfig/node18": "^18.2.4", - "@types/mocha":...