Shopify / ruby-lsp

An opinionated language server for Ruby
https://shopify.github.io/ruby-lsp/
MIT License
1.33k stars 118 forks source link

Avoid redirecting gem list output to stderr #1964

Closed vinistock closed 3 weeks ago

vinistock commented 3 weeks ago

Motivation

Closes #1902

I double checked the Node documentation for exec and it appears that the output is always buffered without impact the parent's stdout pipes. I don't think it's actually necessary to redirect the output to stderr.

Implementation

Removed the redirection of the pipes.