Eric Dallo
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  vscode  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
That sounds like a nice improvement
I managed to fix using Ryujinx emulator
@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,...