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