vale-vscode
vale-vscode copied to clipboard
Conflicts with custom dictionary and VS code plugin
vale version 2.15.5
We love using the custom dictionary capabilities. However, with the dictionary path set as a relative path, the CLI seems to be able to resolve the path accurately, but the VS Code plugin does not. If I put a fully qualified path on my local system in my spelling YML file, VS Code plugin works again, but now I have a discrepancy with using the same files in my CLI builds. Is this a bug?
extends: spelling
message: "Did you really mean '%s'?"
dicpath: styles/Spelling/dictionaries
dictionaries:
- myDictionary
level: error
Thanks for the help!
Yes, this sounds like a bug.
Hmm, I am sure I had test projects with a similar set up, so I'll take a look, on holiday next week, so can look then.