Thank you for your interest in contributing!
For DCO sign-off, commit conventions, and code review process, see the organization-wide CONTRIBUTING.md.
- Node.js 18+
- npm
git clone https://github.com/reqstool/reqstool-vscode-extension.git
cd reqstool-vscode-extension
npm install# Watch mode for debugging
npm run watch
# Then press F5 in VS Code to launch a debug instancenpm run build