This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Hey 👋 Thanks for wanting to contribute to CodeTour
! Getting started is simple:
- Clone the repository
- CD into the cloned directory
- Run
npm install
- Make your changes and press
F5
to debug them
If you want to test/install the extension outside of a debugging session, perform the following:
- Run
npm run package
to create a vsix - Run
code --install-extension <vsix-path>
to install the extension
If you run into any issues or have any questions, please don't hesitate to file an issue on this repo, and we'll try to get you unblocked ASAP 👍