Last active
April 24, 2019 20:20
-
-
Save chinnonsantos/f8590de741b92efa139632b49e823a95 to your computer and use it in GitHub Desktop.
Configuring Extensions for Clojure
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
{ | |
"clojureVSCode.formatOnSave": true, | |
"clojureVSCode.autoStartNRepl": false, | |
"clojure.toolsJar": "/home/chinnonsantos/.lein/self-installs/leiningen-2.9.1-standalone.jar", | |
"clojure.leinPath": "/usr/local/bin/lein" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment