go-langserver icon indicating copy to clipboard operation
go-langserver copied to clipboard

Write the command line flags to the log

Open lhchavez opened this issue 6 years ago • 1 comments

This change writes the command line flags to the log instead of stdout, since that confuses clients that expect stdout to be a valid JSON-RPC stream.

lhchavez avatar Jan 14 '19 01:01 lhchavez

This is required to make go-langserver work with prabirshrestha/vim-lsp when invoked with nonstandard flags.

lhchavez avatar Jan 14 '19 01:01 lhchavez