Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 350 Bytes

File metadata and controls

15 lines (9 loc) · 350 Bytes

Build the Parser:

  • tree-sitter generate
  • install node-gyp

Build for NodeJS:

  • node-gyp configure
  • node-gyp build

Build for electron:

You can use the build.sh script in this directory. Make sure your VSCode electron version matches the target parameter.