Thank you for your interest in contributing to this project!
Please note the Code of Conduct document, please follow it in all your interactions with this project.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
For those using nvm, simply run the following command to install the required version of NodeJS:
nvm use
👉 NOTE! Corepack version
Check your version of corepack by running
corepack -vand ensure it is at least0.31.0. To update corepack, runnpm install corepack@latest. You can enable corepack by runningcorepack enable.
To install the dependencies for this project, run the following command in the root directory:
pnpm installFrom a terminal, where you have cloned the repository, execute the following command to build the project:
pnpm run buildDuring development you can use a watcher to make builds on changes quick and easy. From a terminal, where you have cloned the repository, execute the following command:
pnpm run watchTo run the extension locally, you can use the Watch & Run launch configuration Run and Debug sidebar in Visual Studio Code. This will open a new instance of VS Code with your extension loaded.