clojure-code-demo

June 2, 2017 · View on GitHub

This is a demo project for the Clojure Code Visual Studio Code extension for Clojure development.

Prerequisites

Setup

  1. Clone this repository git clone https://github.com/indiejames/clojure-code-demo.git
  2. Open it in Visual Studio Code code clojure-code-demo
  3. Open Preferences->Settings from the menu and set
  • "clojure.leinPath" to the absolute path to the lein executable on your system
  • "clojure.toolsJar" to the absolute path to the tools.jar file on your system (typially under the lib of your Java installation)
  1. Open demos.md from the project and follow the instructions.

License

Copyright © 2017 James Norton