Using the default dependency-scheme, zip, it's important to ensure that the additional documentSelector scheme zipfile is set in order for goto definition to work correctly (i.e., namely to goto definition inside a loaded Clojure zip (jar) file dependency (like jumping to a Clojure core function)).
This scheme registration is missing from the client.
Hi,
Using the default dependency-scheme,
zip
, it's important to ensure that the additional documentSelector schemezipfile
is set in order for goto definition to work correctly (i.e., namely to goto definition inside a loaded Clojure zip (jar) file dependency (like jumping to a Clojure core function)).This scheme registration is missing from the client.
PR forthcoming!