You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I set calva.prettyPrintingOptions.printEngine = "zprint", the dependency is not injected when I jack in.
Error printing return value (FileNotFoundException) at clojure.lang.RT/load (RT.java:482).
Could not locate zprint/core__init.class, zprint/core.clj or zprint/core.cljc on classpath.
Works as expected if I add the dependency to the project deps or an alias.
The text was updated successfully, but these errors were encountered:
If I set
calva.prettyPrintingOptions.printEngine = "zprint"
, the dependency is not injected when I jack in.Works as expected if I add the dependency to the project deps or an alias.
The text was updated successfully, but these errors were encountered: