Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2 KB

CONTRIBUTING.md

File metadata and controls

50 lines (40 loc) · 2 KB

Contributing

This project will welcome contributions and suggestions in the near future.

Once this project is ready to welcome 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.opensource.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., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

Setting Up Local Dev Environment

Windows, macOS or Linux:

Build and Run

Clone, restore modules, build and run:

git clone https://github.com/microsoft/powerplatform-vscode.git pp-vscode
cd pp-vscode
npm ci
gulp ci

Open the local repository as folder in VS Code. To locally debug the extension, select the "Launch VSCode Extension" from the run/debug configurations and hit