This is a demo project for the Clojure Code Visual Studio Code extension for Clojure development.
- Clojure 1.8 or better.
- [Leiningen][https://github.com/technomancy/leiningen] 2.0.0 or above installed.
- Visual Studio Code
- Clojure Code installed in VS Code.
- Clone this repository
git clone https://github.com/indiejames/clojure-code-demo.git - Open it in Visual Studio Code
code clojure-code-demo - Open
Preferences->Settingsfrom the menu and set
"clojure.leinPath"to the absolute path to theleinexecutable on your system"clojure.toolsJar"to the absolute path to thetools.jarfile on your system (typially under thelibof your Java installation)
- Open
demos.mdfrom the project and follow the instructions.
Copyright © 2017 James Norton