/clojure-code-demo

A demo project for the Clojure Code extension for Visual Studio Code

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

clojure-code-demo

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