Last active
April 10, 2019 11:38
-
-
Save fmnoise/a46e1a54652296d8e7a6c109360dbf5f to your computer and use it in GitHub Desktop.
lein wrapper for VSCode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lein update-in :dependencies conj \[nrepl/nrepl\ \"0.6.0\"\ \:exclusions\ \[org.clojure/clojure\]\] \ | |
-- update-in :plugins conj \[cider/cider-nrepl\ \"0.21.1\"\] \ | |
-- update-in :plugins conj \[refactor-nrepl\ \"2.4.0\"\] \ | |
-- "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment