Skip to content

Commit 88e8886

Browse files
Update dependency versions
1 parent 8775463 commit 88e8886

3 files changed

Lines changed: 631 additions & 4564 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It's straightforward to add any [language with a tree-sitter grammar](https://tr
3333
1. Add a dependency on the npm package for that language in [tree-sitter-wasms](https://github.com/cursorless-dev/tree-sitter-wasms)
3434
2. Add a language to the map in [`languages.ts`](./src/languages.ts)
3535
3. Add a reference to `onLanguage:yourlang` to the [activationEvents section of package.json](package.json). `yourlang` must be a [VSCode language identifier](https://code.visualstudio.com/docs/languages/identifiers).
36-
4. Run `npm install` and `npm run compile`, then hit `F5` in VSCode, with this project open, to test your changes.
36+
4. Run `npm install` and `npm run build`, then hit `F5` in VSCode, with this project open, to test your changes.
3737
5. Submit a PR!
3838

3939
### Developing on WSL2

0 commit comments

Comments
 (0)