npm install -g @cspell/dict-de-ch npm install -g cspell cspell link add @cspell/dict-de-ch
cspell.json
{ "dictionaries": ["de-ch"] }
editor: restart language server
mantou132
Back