Skip to content

Instantly share code, notes, and snippets.

@fmnoise
Last active April 10, 2019 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmnoise/a46e1a54652296d8e7a6c109360dbf5f to your computer and use it in GitHub Desktop.
Save fmnoise/a46e1a54652296d8e7a6c109360dbf5f to your computer and use it in GitHub Desktop.
lein wrapper for VSCode
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