Jason Dent

Results 391 comments of Jason Dent

The following should work on both Windows and Linux as long as the dictionary is in the location relative to the user's home directory. ``` "cSpell.dictionaryDefinitions": [ { "name": "general",...

Could you use `mklink` to link the Windows User Home `~/Dokumente/cspell-dic` to `K:\Dokumente\cspell-dic`?

Thank you. The documentation is out of date. I have been slowly moving all the dictionaries to [cspell-dicts](https://github.com/Jason3S/cspell-dicts). The idea is to make it easy to add more dictionaries and...

I hear you. You do not have control over the external module or how its exports are spelled. This is a challenge. Since the spell checker is not grammar aware,...

I am working on a way to do this.

@Bobronium, There are two different things in this request: 1. Limiting the number of times an issue is displayed. This is already possible with the setting: `cSpell Max Duplicate Problems`:...

Great idea. I'll try to add it when I have time. If you would like it sooner, please feel free to do a pull request.

@PabloLION, I empathize with the confusion. What you are seeing is an issue with the VS Code "GUI". An extension does not have much control over the options. The extension...

@PabloLION, Thank you for trying. The "UI" shown in VS Code is based upon the json schema. The json schema is built from the code. If you change: https://github.com/streetsidesoftware/vscode-spell-checker/blob/6212bcbccfaed1636f4023f551ab14cb4b57c101/packages/_server/src/config/cspellConfig.ts#L589-L592 ```ts...