Skip to content

How to Contribute

Andrey Lisin edited this page Jul 17, 2017 · 1 revision

This is how you run this extension from source:

  1. Download the source code and install npm dependencies;

    git clone https://github.com/avli/clojureVSCode.git
    cd clojureVSCode
    npm install
    code .
  2. Make the changes you want;

  3. Open debug, select Launch Extension and click on Start Debugging to open a new vscode window with your modified extension.

Visual Studio Code has great docs about developping extensions. Check it out.

Clone this wiki locally