Legacy
Legacy settings that have been deprecated or are not commonly used.
| Setting | Scope | Description | 
|---|---|---|
| cSpell.allowCompoundWords | resource | Enable / Disable allowing word compounds. | 
Settings
cSpell.allowCompoundWords
- Name 
- cSpell.allowCompoundWords
- Description 
- Enable / Disable allowing word compounds. - truemeans- arraylengthwould be ok
- falsemeans it would not pass.
 - Note: this can also cause many misspelled words to seem correct. 
- Type 
- boolean
- Scope 
- resource - Resource settings, which apply to files and folders, and can be configured in all settings levels, even folder settings. 
- Default 
- false
cSpell.customFolderDictionaries
cSpell.customFolderDictionaries- Name 
- cSpell.customFolderDictionaries
- Description 
- Define custom dictionaries to be included by default for the folder. If - addWordsis- truewords will be added to this dictionary.
- Type 
- ( object | string )[]
- Scope 
- resource - Resource settings, which apply to files and folders, and can be configured in all settings levels, even folder settings. 
- Deprecation Message 
- Use #cSpell.customDictionaries#instead.
 
- Use 
- Default 
- - none - 
cSpell.customUserDictionaries
cSpell.customUserDictionaries- Name 
- cSpell.customUserDictionaries
- Description 
- Define custom dictionaries to be included by default for the user. If - addWordsis- truewords will be added to this dictionary.
- Type 
- ( object | string )[]
- Scope 
- application - Settings that apply to all instances of VS Code and can only be configured in user settings. 
- Deprecation Message 
- Use #cSpell.customDictionaries#instead.
 
- Use 
- Default 
- - none - 
cSpell.customWorkspaceDictionaries
cSpell.customWorkspaceDictionaries- Name 
- cSpell.customWorkspaceDictionaries
- Description 
- Define custom dictionaries to be included by default for the workspace. If - addWordsis- truewords will be added to this dictionary.
- Type 
- ( object | string )[]
- Scope 
- resource - Resource settings, which apply to files and folders, and can be configured in all settings levels, even folder settings. 
- Deprecation Message 
- Use #cSpell.customDictionaries#instead.
 
- Use 
- Default 
- - none - 
cSpell.enabledLanguageIds
cSpell.enabledLanguageIds- Name 
- cSpell.enabledLanguageIds
- Description 
- Specify a list of file types to spell check. It is better to use - cSpell.enabledFileTypesto Enable / Disable checking files types.
- Type 
- string[]
- Scope 
- resource - Resource settings, which apply to files and folders, and can be configured in all settings levels, even folder settings. 
- Deprecation Message 
- Use #cSpell.enabledFileTypes#instead.
 
- Use 
- Default 
- - none - 
cSpell.showStatus
cSpell.showStatus- Name 
- cSpell.showStatus
- Description 
- Display the spell checker status on the status bar. 
- Type 
- boolean
- Scope 
- application - Settings that apply to all instances of VS Code and can only be configured in user settings. 
- Deprecation Message 
- No longer used. 
- Default 
- true
cSpell.showStatusAlignment
cSpell.showStatusAlignment- Name 
- cSpell.showStatusAlignment
- Description 
- The side of the status bar to display the spell checker status. 
- Type 
- ( "Left" | "Right" )- Value - Description - Left- Left Side of Statusbar - Right- Right Side of Statusbar 
- Scope 
- application - Settings that apply to all instances of VS Code and can only be configured in user settings. 
- Deprecation Message 
- No longer supported. 
- Default 
- "Right"