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 am creating vscode Language Server Extension with server written in C#. And I'm having mega pain with debugging my server. I need to stop and start my vscode extension and c# server for any edits in the code. Becouse Language Client in typescript want to start server every time with start extension.
May be do you know any way for easy debig in this case. Сan i specify a specific port \ pipeName in OmniSharp Language Server and use it from vscode Language Client?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! Thank you for this lib, it's very useful!
I am creating vscode Language Server Extension with server written in C#. And I'm having mega pain with debugging my server. I need to stop and start my vscode extension and c# server for any edits in the code. Becouse Language Client in typescript want to start server every time with start extension.
May be do you know any way for easy debig in this case. Сan i specify a specific port \ pipeName in OmniSharp Language Server and use it from vscode Language Client?
Thanks!
The text was updated successfully, but these errors were encountered: