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
I have created a language server using this in C#, what is the correct way to debug the C# Language Server.
I tried using System.Diagnostics.Debugger.Launch(), however that ends in the server not starting up.