Mathieu Roblin
Mathieu Roblin
Exact same situation for me. React 16.4.2, React-dev-tools work, and also running on chrome
Regarding the `clojure-lsp` button, I get nothing, since the server doesn't start and the client cannot connect the only option available is `Start`. I did try the latest binary directly,...
Managed to find some more logs using the path from the working version, maybe I have some older settings but for me they are located under `/var/folders/**/` I can see...
With a quick search, I only saw this kind of patterns in my javadoc, nothing in the code. Do you think it can be relevant? An example of javadoc would...
Wrapped `zloc-of-string` in a try/catch and managed to get the exception with the URI of the faulty file. The issue had nothing to do with the javadoc; the same file...
In that case, maybe we could just wrap the exception to give a bit more context? I was thinking something like this: ```clj ; Wrapped exception for context in the...