-
Clone the repository
git clone https://github.com/MaloPolese/copy-json-path.git cd copy-json-path
-
Run the following command in the root directory of the project to install dependencies:
npm install
-
Run extension: Go to the
Run and Debug
(Ctrl+Shift+D) tab in VSCodeAnd click on the
Run Extension
button.
- Run the following command in the root directory of the project to run tests:
npm run test
We want to follow a simple and easy way to submit issues or pull requests. If you want to report a bug or submit a feature request, please use the templates provided.
Using our templates for issues and bug report, labels should be automatically provided.
Once you chose an issue that you want to work on, consider using templates provided and fill it. When a precise description has been filled in you can start to open your draft Pull Request.
Our commit convention follow the Conventional Commits 1.0.0-beta.4
Please consider signing the commit message at least with Signed-Off-By
. This is a way to certify that you wrote the code or otherwise have the right to pass it on as an open-source patch. The process is simple: if you can certify the Developer's Certificate of Origin (DCO), then just add a line to every git commit message: