lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
pez 2020-12-28T14:38:01.083400Z

We run into problems with clojure-lsp on Windows. Definitions for stuff in jars doesn’t work, and neither does the commands we send for refactorings. Is this something you need to deal with in some special way for lsp-mode?

ericdallo 2020-12-28T14:39:26.083500Z

Not sure but I don't think it works indeed 😕 It's on clojure-lsp readme as TODO, we currently don't support find definition for Java classes

ericdallo 2020-12-28T14:39:52.083700Z

or you mean clojure code in jars?

pez 2020-12-28T14:42:36.083900Z

Yes, anything in jars probably. But anyway, looking up definitions for things in Clojure core doesn’t work. And no refactoring commands either. (On Windows)

ericdallo 2020-12-28T14:44:13.084100Z

If this only doesn't work for windows is probably a bug on path separator, we already had some issues with that for other features, could you open a bug with a simple sample please?

pez 2020-12-28T14:55:18.084300Z

Seems to be somewhat covered by https://github.com/clojure-lsp/clojure-lsp/issues/25

pez 2020-12-28T14:56:19.084600Z

I can file a separate issue, if you still want one. 😃

ericdallo 2020-12-28T14:57:06.084800Z

Nice, I think open a new issue and just link in that one would be great

pez 2020-12-28T14:57:54.085Z

:thumbsup:

ericdallo 2020-12-28T15:13:28.085500Z

Thank you!

2020-12-28T23:21:03.087600Z

Do you guys have any issue with flycheck 32 and flycheck-clj-kondo? I keep getting autloads failures. LSP requires flycheck superior to 31 (which is on melpa stable).

ericdallo 2020-12-28T23:22:31.087700Z

Hum, have no clue, maybe it would be better to ask on lsp-mode Discord: https://discord.gg/swuxy5AAgT