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
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
I am currently using this LSP in Zed through C# extension. It works just fine. When I add a new project in the solution, the LSP doesn't recognize and fails to provide proper completions or hints or anything. To make it work, currently I have to just restart the LSP whenever I add a new project.
This is not a big deal-breaker since I don't add a new project in a solution on a daily basis, but it would be cool if the LSP could automatically reload it without users manually restarting the LSP.