-
Notifications
You must be signed in to change notification settings - Fork 34
How to Contribute
Andrey Lisin edited this page Jul 17, 2017
·
1 revision
This is how you run this extension from source:
-
Download the source code and install npm dependencies;
git clone https://github.com/avli/clojureVSCode.git cd clojureVSCode npm install code .
-
Make the changes you want;
-
Open
debug
, selectLaunch Extension
and click onStart Debugging
to open a new vscode window with your modified extension.
Visual Studio Code has great docs about developping extensions. Check it out.