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
Combined Clojure + Java development becomes very convenient as VScode supports both languages in a the same project.
In this context it would be super useful if a Java project could be based on the Clojure deps.edn file, which contains similar information as a pom.xml, specifically the project libraries.
(in fact I use a conversion tool from deps.edn -> pom.xml in order to have Clojure and Java classpath in sync)
The text was updated successfully, but these errors were encountered:
Combined Clojure + Java development becomes very convenient as VScode supports both languages in a the same project.
In this context it would be super useful if a Java project could be based on the Clojure
deps.edn
file, which contains similar information as a pom.xml, specifically the project libraries.(in fact I use a conversion tool from deps.edn -> pom.xml in order to have Clojure and Java classpath in sync)
The text was updated successfully, but these errors were encountered: