Does this issue occur when all extensions are disabled?: yes
- VS Code Version: Not related
- OS Version: Docs bug
The docs for ConfigurationScope are written in an ambiguous fashion and don't match the actual type of ConfigurationScope.
The configuration scope which can be a a[sic] 'resource' or a languageId or both or a 'TextDocument' or a 'WorkspaceFolder'
This implies that you can pass just a language id to getConfiguration, but the type doesn't line up.
Does this issue occur when all extensions are disabled?: yes
The docs for
ConfigurationScopeare written in an ambiguous fashion and don't match the actual type ofConfigurationScope.This implies that you can pass just a language id to
getConfiguration, but the type doesn't line up.