Jason Dent
Jason Dent
@willjhenry, This is most likely an issue with how VSCode settings work. See: [VS Code - Multi-Root Workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces). The problem is that `cSpell.words` found in a `.code-workspace` file will get...
@stevej2608, Sometimes VS Code fails to fully install extensions. Just delete the directory `.vscode\extensions\streetsidesoftware.code-spell-checker-2.20.4` and re-install it.
I think it would have been better to change the documentation. This was a major breaking change.
Before landing this type of change, it would be useful to check how it is used: https://github.com/search?q=.cache-hit+language%3AYaml+&type=code
@JavierFuentes, I didn't realize this was left open. The AL dictionary was created a few months ago, but apparently hadn't been included in the extension. There is a new extension...
@cirosantilli, Yes, they are all related or near duplicates. Extensions do not have access to VS Code's syntax highlighting. It would be necessary to add a grammar parser for each...
@a2937, Thank you for the report. It should only write to settings if you add words. In general is also gives the option to add the word to `User` or...
@a2937, That is strange. I can see how it would be annoying. On its own, the spell checker will not change the settings. That only happens if a command is...
It might also be a `sync` issue caused by VS Code, since it is take a few minutes to happen.
@Enselic, Thank you very much. I'll take another look at it. I had started the process then hit a roadblock. Kind Regards, Jason