How to automatically link additional dictionaries #7370
-
I have a codebase with mixed language, so I added the Italian dictionary as a dev dependency:
ran
I have a pre-commit hook that checks the spelling of the code, but it doesn't pick up the additional language on a clean repository, I have to run the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Sorry for the confusion. The {
"language": "en,it-IT",
"import": ["@cspell/dict-it-it/cspell-ext.json"]
} |
Beta Was this translation helpful? Give feedback.
@assyrus-favolo,
Sorry for the confusion. The
link
command only sets your user configuration, it won't work for a repo config. The way to fix it is to use the manual config: