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
We currently recreate the language client when using the Restart Server command in VSCode. This won't work properly anymore in future version of the vscode-languageclient, instead we should create a single language client once and then restart it instead. See #12847.