Jason Imison
Jason Imison
@sp3ctum, @mispencer @Chiel92, @astralhpi what do you think about this proposal? I'd like this feature myself, but not too sure which is the best way to proceed. I'd like to...
Yeah..... I made a start on this already. It's quite a lot of work though - not difficult, just a lot of refactoring. Expect it sometime next week.
Which server? I assume you mean omnisharp-roslyn as this is a known problem there. It should be fixed soon.
You can, but you need to start he omnisharp-roslyn server manually for now. (That has the same issue though :) )
You have a localhost entry in /etc/hosts ? On 13 Apr 2015 14:42, "jtbm37" [email protected] wrote: > I think it is listening on localhost. > > https://github.com/OmniSharp/omnisharp-server/blob/master/OmniSharp/Program.cs#L127 > > —...
Oh... do you have an _IPv4_ entry for localhost?
Thanks! Will get around to fixing this shortly.
OmniSharp can already work by scanning a folder. You can just pass a folder in to the -s parameter instead of a solution file. It loads all the cs files...
Yeah.. probably. I think the code is in quite a state and is going to need a lot of refactoring.