OmniSharp / omnisharp-node-client

node client for the omnisharp-roslyn server
http://www.omnisharp.net/
MIT License
52 stars 19 forks source link

Calling StdioDriver.disconnect() does not kill OmniSharp.exe process #497

Open xen22 opened 5 years ago

xen22 commented 5 years ago

StdioDriver.disconnect() only kills the run bash script process, not the OmniSharp.exe process that the script spawns: https://github.com/OmniSharp/omnisharp-node-client/blob/master/lib/drivers/StdioDriver.ts#L109

image

Calling ReactiveClient.stopServer() does the trick though.