Skip to content

Commit a775fe6

Browse files
author
fasfsfgs
committed
how to contribute doc
1 parent ba1342a commit a775fe6

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,31 @@ You should eval the file first using the `Eval` command.
105105
If you see a `nrepl://nreplhost:nreplport` status bar item, most likely you
106106
are 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)

0 commit comments

Comments
 (0)