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
When the LSP server asks the VS Code extension for configuration, the
extension responds with stale config. This is fine in the current use
case (where config is only fetched on initialization), but will become
confusing when we handle config updates.
Make the extension reply with the latest configs.
0 commit comments