vscode-spell-checker icon indicating copy to clipboard operation
vscode-spell-checker copied to clipboard

Docs for overrides.

Open infacto opened this issue 2 years ago • 2 comments

We could add the overrides feature to the docs. Like:

{
  "cSpell.overrides": [{
    "filename": "src/assets/i18n/de.json",
    "language": "en,de",
    "words": ["Liste"]
  }],
}

infacto avatar May 19 '22 17:05 infacto

@infacto,

As you found out, not all of the features have been fully documented.

Almost all Configuration found in CSpell also works with the VS Code Spell Checker Extension: Overrides - CSpell

Jason3S avatar May 19 '22 20:05 Jason3S

#671 is another good example.

Jason3S avatar May 19 '22 20:05 Jason3S