You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config: Defer initial config loading after initialized notification
Configuration loading now happens after the client sends the
`InitializedNotification` rather than during the `InitializeRequest`
handler, following the LSP specification.
This fixes the unhanded `workspace/configuration` error on VSCode.
0 commit comments