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 85
85
project (editor/guess-project-for old-vfile)
86
86
dependency-contents (lsp-client/dependency-contents fixed-uri project)
87
87
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))
91
93
(LSPIJUtils/findResourceFor uri)))
92
94
93
95
(defn -createClientFeatures [_]
You can’t perform that action at this time.
0 commit comments