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 only ever add items to SourceKitLSPServer.languageServices. But when a workspace folder is closed (workspace/didChangeWorkspaceFolders), we could shut down language service that can only handle that workspace, eg. terminating a clangd instance that we spawned for that workspace folder.