omnisharp-node-client icon indicating copy to clipboard operation
omnisharp-node-client copied to clipboard

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

Open xen22 opened this issue 6 years ago • 0 comments

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.

xen22 avatar Apr 08 '19 18:04 xen22