OmniSharp / omnisharp-server

HTTP wrapper around NRefactory allowing C# editor plugins to be written in any language.
http://www.omnisharp.net
MIT License
380 stars 97 forks source link

Close exe if PID passed in #187

Open jchannon opened 9 years ago

jchannon commented 9 years ago

Is it possible to add the ability to kill itself once the pid of sublime is killed somehow?

jchannon commented 9 years ago

I assume its this line? https://github.com/OmniSharp/omnisharp-roslyn/blob/master/src/OmniSharp/Program.cs#L119

nosami commented 9 years ago

Yeah... and this https://github.com/OmniSharp/omnisharp-roslyn/blob/db74baa796e2dd65c1fd2751c601a02f91617a87/src/OmniSharp/Utilities/ProcessExtensions.cs

jchannon commented 9 years ago

See #188