vim-lsc icon indicating copy to clipboard operation
vim-lsc copied to clipboard

Don't show `logMessage` messages to the user

Open natebosch opened this issue 5 years ago • 1 comments

I was using log/show to correspond to echom/echo but the VSCode approach does not show "log" at all - they go somewhere else.

Probably need to enable logging to some file or something, maybe off by default but can be enabled?

natebosch avatar Apr 24 '19 15:04 natebosch

Please do consider disabling logging by default. gopls, for one, logs some output on Error level, which borks up the output. See golang/go#33467.

ainar-g avatar Aug 05 '19 20:08 ainar-g