vls icon indicating copy to clipboard operation
vls copied to clipboard

Logs are written to $CWD/vls.log instead of language client log

Open yochem opened this issue 2 years ago • 0 comments

I'm using the current version of vls with NeoVim's LSP. This creates a vls.log file in my current working directory:

$ ls -A
.git/
.gitignore
v.mod
vls.log
z.v

This creates clutter in my source code folder. All other LSP logs can be found in the same file: ~/.local/state/nvim/lsp.log. Neovim also reports that this is the language server log file:

image

It would be great if the vls logs can also be found in the same log file as any other lsp. Thank you in advance!

yochem avatar Jul 06 '22 11:07 yochem