File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,6 +105,31 @@ You should eval the file first using the `Eval` command.
105105If you see a ` nrepl://nreplhost:nreplport` status bar item, most likely you
106106are connected :)
107107
108+ # How To Contribute
109+
110+ Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to propose new features and ideas or to report bugs.
111+
112+ # # Help Develop
113+
114+ This is how you run this extension from source:
115+
116+ 1. Download the source code and install npm dependencies;
117+
118+ ` ` ` bash
119+ git clone https://github.com/avli/clojureVSCode.git
120+ cd clojureVSCode
121+ npm install
122+ code .
123+ ` ` `
124+
125+ 2. Make the changes you want;
126+
127+ 3. Open ` debug` , select `Launch Extension` and click on ` Start Debugging` to open a new vscode window with your modified extension.
128+
129+ Visual Studio Code has great [docs](https://code.visualstudio.com/docs/extensions/overview) about developping extensions. Check it out.
130+
131+ * Fork us! Pull requests are welcome! :D*
132+
108133# Thanks
109134
110135- [Thiago Almeida](https://github.com/fasfsfgs)
You can’t perform that action at this time.
0 commit comments