LanguageServer.NET
LanguageServer.NET copied to clipboard
How to debug the Language Server created through this
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.