Protected Readonly_Protected ReadonlyonProtected ReadonlyserviceProtectedsettingsProtectedworkspaceGet notified after a configuration section has been updated.
A promise that resolves when the configuration provider is ready to be used.
Returns a configuration value stored for the given language.
The language id
Configuration name
When used in a language server context, this method is called when the server receives
the initialize request.
When used in a language server context, this method is called when the server receives
the initialized notification.
ProtectedtoUpdates 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>>
Protectedupdate
Base configuration provider for building up other configuration providers