Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 518 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 518 Bytes

Contributing Guidelines

  1. Fork and clone this repo.
  2. Create a branch for your changes. git checkout -b new-branch-name
  3. Install dependencies. npm install
  4. Copy tree-sitter.wasm to dist. cp node_modules/web-tree-sitter/tree-sitter.wasm dist/
  5. Open the vscode-q folder in vscode.
  6. Make, build and test you changes. Run Webpack & Launch Extension or press F5
  7. Commit and push your changes.
  8. Submit a PR for discussion, keeping in mind that not all suggestions can be accepted.