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

ignore place_signs error

Open mattn opened this issue 2 years ago • 2 comments

For efm-langserver, some linter command return 0 for line number. This is wrong value for Language Server Protocol. But this is useful to know that there are errors in the whole lines. So I suggest to ignore error of sign_add.

image

mattn avatar Aug 18 '22 05:08 mattn

Shouldn't efm lang server correct it or handle it? Probably change <=0 to 1 and log on the server. If we make this fix here, it probably will only work for vim-lsp and other lsp clients.

prabirshrestha avatar Aug 21 '22 19:08 prabirshrestha

I thought 0 should be 0.

mattn avatar Aug 23 '22 13:08 mattn

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 29 '22 07:10 stale[bot]