LanguageServer.NET icon indicating copy to clipboard operation
LanguageServer.NET copied to clipboard

How to debug the Language Server created through this

Open kaveeshd opened this issue 2 years ago • 0 comments

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.

kaveeshd avatar May 19 '23 07:05 kaveeshd