Eric Dallo
Eric Dallo
So, I just found that this could be a cljfmt/reformat-node issue, if I tell cljfmt to format [this whole file](https://github.com/clojure-lsp/clojure-lsp/blob/master/src/clojure_lsp/main.clj), it takes about `1096ms`, I think is expected as this...
Thank you both! I managed to make it work this way on Clojure: https://github.com/clojure-lsp/clojure-lsp/blob/master/lib/src/clojure_lsp/feature/dependency_content_reader.clj#L32-L35 But for some reason, getting the stdout is not always reliable, some times it comes as...
Sorry, fixed link: https://github.com/clojure-lsp/clojure-lsp/blob/ce522c5ef10da0bd84cc4bef6cb57ceb8987f6c0/lib/src/clojure_lsp/feature/java_interop.clj#L33-L36 @leibnitz27 you mean I could use a custom sink to **not** print to stdout but return the content of the decompiled class?
Even not using reflection, some clojure code needs type hinting to fully work with graalvm, but if you already tested that I think it's good to mention in the README...
I'd love to implement that on clojure-lsp side, although have no clue what would be like the necessary changes
I already had this with clojure-lsp, but is not easy to repro, any thoughts @yyoncho?
@yyoncho do you think that would be possible to make an integration just like we did with iedit?
@yyoncho, what about a defcustom to make lsp-file-watch-ignored follow .gitignore?
The per-mode list sounds like a good idea to me, would it be hard to implement @yyoncho ?
Hi @Walheimat, I can help with that, but I didn't get the issue, could you elaborate a little bit more on the step to step? When I implemented I tested...