cspell-cli icon indicating copy to clipboard operation
cspell-cli copied to clipboard

Update docs to show the list of supported config files.

Open jayvdb opened this issue 1 year ago • 4 comments

https://github.com/streetsidesoftware/vscode-spell-checker/blob/main/design-docs/wip/configuration.md supports

These include cspell.json, cspell.config.yaml, and cspell.config.js. When spell checking files, the spell checker searches the directory hierarchy looking for configuration files. ...

The docs for this CLI says it only supports cspell.json as default.

jayvdb avatar Mar 23 '24 03:03 jayvdb

@jayvdb,

The cli supports a wide range a configuration locations. See: configLocations.ts#L11-L52

The challenge is to keep the documentation up to date.

Jason3S avatar Mar 26 '24 07:03 Jason3S