lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
kwrooijen 2021-02-15T08:46:33.151300Z

Upgraded to latest clojure-lsp (emacs + binary) and now I'm getting this weird issue 😬

kwrooijen 2021-02-15T08:46:53.151800Z

I don't remember icons being there?

kwrooijen 2021-02-15T08:47:20.152300Z

Maybe they were added recently?

kwrooijen 2021-02-15T08:48:11.152600Z

Or is this an lsp-mode issue?

kwrooijen 2021-02-15T08:51:00.153200Z

lsp-mode issue apparently, disabling lsp-ui-mode removes it entirely

kwrooijen 2021-02-15T08:58:58.153400Z

(setq lsp-ui-sideline-enable nil) removes it

borkdude 2021-02-15T09:04:22.153600Z

good to know

borkdude 2021-02-15T09:04:34.153900Z

I have tried lsp-ui briefly, but for me it's too noisy

kwrooijen 2021-02-15T09:05:06.154400Z

Yeah I'm still not entirely convinced but the function docs are nice

ericdallo 2021-02-15T12:26:26.155600Z

Yeah, this is a issue on lsp-ui, there is a open issue and I think they already did the rollback

👍 1
ericdallo 2021-02-15T14:39:02.155800Z

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 :)