When used in a language server context, this method is called when the server receives
the initialized
notification.
Get notified after a configuration section has been updated.
Updates 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>>
A promise that resolves when the configuration provider is ready to be used.