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.allowCompoundWordsDescription
Enable / Disable allowing word compounds.
truemeansarraylengthwould be okfalsemeans it would not pass.
Note: this can also cause many misspelled words to seem correct.
Type
booleanScope
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.customFolderDictionariesName
-- Custom Folder DictionariescSpell.customFolderDictionariesDescription
Define custom dictionaries to be included by default for the folder. If
addWordsistruewords 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.customUserDictionariesName
-- Custom User DictionariescSpell.customUserDictionariesDescription
Define custom dictionaries to be included by default for the user. If
addWordsistruewords 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.customWorkspaceDictionariesName
-- Custom Workspace DictionariescSpell.customWorkspaceDictionariesDescription
Define custom dictionaries to be included by default for the workspace. If
addWordsistruewords 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.enabledLanguageIdsName
-- Enabled Language IdscSpell.enabledLanguageIdsDescription
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.showStatusName
cSpell.showStatusDescription
Display the spell checker status on the status bar.
Type
booleanScope
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.showStatusAlignmentName
cSpell.showStatusAlignmentDescription
The side of the status bar to display the spell checker status.
Type
( "Left" | "Right" )Value Description LeftLeft Side of Statusbar RightRight 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"