go-langserver
go-langserver copied to clipboard
Write the command line flags to the log
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.
This is required to make go-langserver work with prabirshrestha/vim-lsp when invoked with nonstandard flags.