How to use dict-git? #4451
-
I've tried following the instructions here https://www.npmjs.com/package/@cspell/dict-git (install the package link it and provide
despite being included in the word list. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You should not need to install it. It is installed by default. But, you do need to enable the dictionary.
{
"dictionaries": ["git"]
} |
Beta Was this translation helpful? Give feedback.
-
Since cspell v9.1, it is possible to use the Like this:
|
Beta Was this translation helpful? Give feedback.
At the moment, there isn't an option to enable a dictionary in the command line. In this case, it is needed, because without it, the only way to enable the
git
word list is to use a config file.I opened to #4452 so that
language-id=commit-msg
will work.