Protected
Readonly
_readyProtected
onProtected
Readonly
serviceProtected
settingsProtected
workspaceGet notified after a configuration section has been updated.
A promise that resolves when the configuration provider is ready to be used.
When used in a language server context, this method is called when the server receives
the initialized
notification.
Protected
toUpdates the cached configurations using the change
notification parameters.
The parameters of a change configuration notification.
settings
property of the change object could be expressed as Record<string, Record<string, any>>
Protected
update
Base configuration provider for building up other configuration providers