👍🎉 First off, thanks for taking the time to contribute! 🎉👍
When contributing to this project, please first discuss the changes you wish to make via an issue before making changes.
Please note the Code of Conduct document, please follow it in all your interactions with this project.
Unsure where to begin contributing? You can start by looking through the help-wanted
issues.
git clone https://github.com/eamodio/vscode-tsl-problem-matcher.git
Prerequisites
From a terminal, where you have cloned the repository, execute the following command to install the required dependencies:
yarn --frozen-lockfile
This project uses prettier for code formatting. You can run prettier across the code by calling yarn run pretty
from a terminal.
To format the code as you make changes you can install the Prettier - Code formatter extension.
Add the following to your User Settings to run prettier:
"editor.formatOnSave": true,
To generate a VSIX (installation package) run the following from a terminal:
yarn run pack
Please follow all the instructions in the PR template.