File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/main/clojure/com/github/clojure_lsp/intellij/extension Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 8585 project (editor/guess-project-for old-vfile)
8686 dependency-contents (lsp-client/dependency-contents fixed-uri project)
8787 jar-pattern (re-pattern (str " ^(jar|zip):(file:.+)!" (System/getProperty " file.separator" ) " (.+)" ))
88- path (last (re-find jar-pattern fixed-uri))
89- tmp-file (create-temp-file project path dependency-contents)]
90- tmp-file)
88+ path (last (re-find jar-pattern fixed-uri))
89+ _tmp-file (create-temp-file project path dependency-contents)]
90+ ; ; TODO fix support for clojure/dependencyContents
91+ #_tmp-file
92+ (LSPIJUtils/findResourceFor fixed-uri))
9193 (LSPIJUtils/findResourceFor uri)))
9294
9395(defn -createClientFeatures [_]
You can’t perform that action at this time.
0 commit comments