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 has been archived by the owner on Feb 2, 2022. It is now read-only.
See OmniSharp/omnisharp-roslyn#968 (comment)
OmniSharp-roslyn now directly support LSP with ./run -stdio -lsp. It's been tried successfully on Eclipse IDE with aCute. Using it allows to get rid of a bunch of dependencies such as nodejs and of some indirections.
The text was updated successfully, but these errors were encountered:
I think it's truly OSS, at least OSS enough to be approved in an Eclipse.org project (Eclipse aCute got a CQ approved for Omnisharp-Roslyn). License is MIT, it uses mono (MIT) too and dotnet core to provide its features.
See OmniSharp/omnisharp-roslyn#968 (comment)
OmniSharp-roslyn now directly support LSP with
./run -stdio -lsp
. It's been tried successfully on Eclipse IDE with aCute. Using it allows to get rid of a bunch of dependencies such as nodejs and of some indirections.The text was updated successfully, but these errors were encountered: