Thank you for taking the time to contributing to VSpaceCode.
This extension aims to provide the best out-of-the-box experience like spacemacs. As much as we would like, there is going to be differences in how things like key bindings are handled. We will try to provide escape hatch whenever we can to allow customization.
-
Install prerequisites:
-
Fork the repository
-
In a terminal
# fork and clone the repository git clone [email protected]:<YOUR-FORK>/VSpaceCode.git cd VSpaceCode # Install the dependencies npm install # Open in VSCode code .
-
Go to debug tab select
Launch Extension
Feel free to open an issue if the issue you are experiencing is not in already in the Github issues.
If you are submitting an pull request (PR) without a tracking issue, consider create an issue first. This is so that we can discuss different implementations if necessary.