Upgraded to latest clojure-lsp (emacs + binary) and now I'm getting this weird issue 😬
I don't remember icons being there?
Maybe they were added recently?
Or is this an lsp-mode issue?
lsp-mode issue apparently, disabling lsp-ui-mode removes it entirely
(setq lsp-ui-sideline-enable nil)
removes it
good to know
I have tried lsp-ui briefly, but for me it's too noisy
Yeah I'm still not entirely convinced but the function docs are nice
Yeah, this is a issue on lsp-ui, there is a open issue and I think they already did the rollback
BTW @kevin.van.rooijen there is a 💡 icon on the modeling that lsp-mode adds already, IMO they are enough and minimalist, so if you are like me and prefer a cleaner UI, you can disable the lsp-ui-sideline-actions and check only the modeling for code actions :)