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 was archived by the owner on Dec 19, 2018. It is now read-only.
While updating omnisharp to beta2 I ended up doing this https://github.com/OmniSharp/omnisharp-roslyn/blob/beta2/src/OmniSharp/Startup.cs#L38, because we made it close to impossible to add services if you're the host. I suggest we make it so that the caller of HostingServices.Create can provider types that will be imported by the calling application.