Jason Dent
Jason Dent
@LaraSQP, Thank you for the offer. `cspell-dicts` is where all the dictionaries packaged with the spell checker extension are located. Directions on [How to create a new dictionary](https://github.com/streetsidesoftware/cspell-dicts?tab=readme-ov-file#how-to-create-a-new-dictionary) should be...
@LaraSQP, I created source files to add Godot / GDScript terms here: [dictionaries/gaming-terms/src](https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/gaming-terms/src). Terms can be added right from the GitHub UI, no need for local clones. @geekley thank you...
@dotvihar, > when I try to copy a complete query from the sidebar on the left I would like to understand the issue. Would you paste an image of what...
@alexolog, The dictionaries in v3 are very old. There are a couple of options: 1. Update to v4 preview 2. Install the dictionary bundle: [CSpell Bundled Dictionaries](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker-cspell-bundled-dictionaries) If this is...
The default dictionary has been updated.
@afor-mla, Yes there is.
@simon-lang, Good question. I moved this to the CSpell repo because it has more to do with `cspell-lib` than with the dictionaries themselves. There are two parts to the question:...
@merliang, Thank you. Two things: 1. Please add the actual error. 2. It should not be necessary to install the python dictionary. It is included in CSpell by default and...
@sungh0lim, Do you know the version of Node being used? The extension is trying to start a `worker_thread` to process the file. Maybe it is taking too long to complete.
@sungh0lim, The environment variable `SYNCKIT_TIMEOUT` can impact the eslint plugin and can cause a timeout. Would you check to see if it is being set as part of the CI/CD...