Eric Dallo

Results 685 comments of Eric Dallo

Looks exaggerated that lens from server BTW, really curious to see how other editors like vscode handles that

Just changed clojure-lsp to return a huge string on lens, this is how it looks on emacs ![2022-08-30_20-26](https://user-images.githubusercontent.com/7820865/187561049-f304d532-7d0d-459c-b510-3202603b8a57.png) vscode ![2022-08-30_20-29](https://user-images.githubusercontent.com/7820865/187561461-16d4c7a3-8501-4bd1-8aaf-78fe3b7b3963.png) So it seems vscode crops `\n` and have a length...

No @yyoncho, hover does nothing

Ping @kiennq, is this good? the CI seems to be failing

@gigantlui I just switched to the other emulator since it was just a bug on the tutorial end, I never faced the issue later on next levels

Sounds like a good feature. [We do already have](https://github.com/clojure-lsp/clojure-lsp/blob/master/lib/src/clojure_lsp/api.clj#L145-L146) a `--output '{...}'` with custom options for the output of diagnostics, we only support a setting `canonical-paths` ATM, but seems to...

The issue doesn't happen on previous release, so it's probably [related to lsp4clj migration](https://github.com/clojure-lsp/clojure-lsp/compare/2022.07.24-18.25.43...2022.09.01-15.27.31).

@borkdude yeah, maybe this is something to be fixed on lsp-mode, we could test if vscode behaves similar, if not, we could open a issue on lsp-mode. @mainej makes sense,...