Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 595 Bytes

File metadata and controls

33 lines (22 loc) · 595 Bytes

Contributing to reqstool-vscode-extension

Thank you for your interest in contributing!

For DCO sign-off, commit conventions, and code review process, see the organization-wide CONTRIBUTING.md.

Prerequisites

  • Node.js 18+
  • npm

Setup

git clone https://github.com/reqstool/reqstool-vscode-extension.git
cd reqstool-vscode-extension
npm install

Development

# Watch mode for debugging
npm run watch

# Then press F5 in VS Code to launch a debug instance

Build

npm run build