Ciprian Toader

Results 3 issues of Ciprian Toader

Automatic pull request to update the omnisharp-roslyn version have not gone through for over a year now due to the build failing.

There is a typo in WorkspaceInformationResponse: https://github.com/OmniSharp/omnisharp-node-client/blob/master/lib/omnisharp-server.ts#L977 ![image](https://user-images.githubusercontent.com/18519338/55750535-9c477100-5a97-11e9-8a09-e4216dd7ba38.png) "**MS**Build: Models.MsBuildWorkspaceInformation;" should be "**Ms**Build: Models.MsBuildWorkspaceInformation;"

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](https://user-images.githubusercontent.com/18519338/55748708-728c4b00-5a93-11e9-9ddb-4d9b78e4a3f3.png) Calling ReactiveClient.stopServer() does the trick though.