lite-xl-lsp icon indicating copy to clipboard operation
lite-xl-lsp copied to clipboard

lint+ and lsp does not work well with rust-analyzer

Open LollipopFt opened this issue 2 years ago • 1 comments

when i edit a file with mistakes in rust-analyzer server, lint+ statusview warnings do not appear despite having 12 warnings from LSP Diagnostics: image i then toggle diagnostics 2 times. 1st time nothing changes (expected as diagnostics is now turned off), 2nd time diagnostics appear (diagnostics is back to being on): image i then make a single change (added a _ at the front of the input function), suddenly all the diagnostics are turned off. i need to repeat the steps above (toggle diagnostics 2 times) for the diagnostics to appear again: image

i have tested this with clangd server on c files and clangd does not seem to have this problem. could it be the way each server is set up in config.lua?

OS: Windows Version: Lite XL v2.1.1

LollipopFt avatar Jan 20 '23 11:01 LollipopFt

Is this still an issue?

Guldoman avatar Mar 21 '24 10:03 Guldoman