Is there any reason why the default LSP server stream output is STDERR? #3621
Unanswered
brunohcastro
asked this question in
Q&A / Support
Replies: 1 comment
-
Can verify that rolling back to graphql-language-service-server@2.12 everything works as expected. so it looks like a breaking change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I spent some time debugging my lsp configuration in neovim and realized that the output was being piped to stderr instead of stdout.. is there any reason for that?
This is where it's defined:
graphiql/packages/graphql-language-service-server/src/startServer.ts
Line 122 in c126878
And I also checked the file history, and it was piped to
stdout
before:Beta Was this translation helpful? Give feedback.
All reactions