Open qarlosalberto opened 4 years ago
What is the Node, Electron version you are running under VSCode?
For VSCode: electron 7.2.4 and node 12.8.1
I have see that there is a big problem with VSCode an native modules: https://github.com/microsoft/vscode/issues/658
It could be a solution to generate a .wasm language file for tree-sitter-verilog and to use tree-sitter-web? https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web#generate-wasm-language-files
This extension use it: https://github.com/georgewfraser/vscode-tree-sitter/tree/master/parsers
Yes, WASM looks like a promising solution.
Here are my experiments https://observablehq.com/@drom/tree-sitter with web-tree-sitter
and https://github.com/chipsalliance/tree-sitter-firrtl
I can generate WASM file.
Hi,
I'm developing a extension for vscode and I'm using tree-sitter-verilog. I have a lot of problems with the NODE_MODULE_VERSION:
If I want to use tree-sitter-verilog, can my extension only run in a specific version of Visual Studio Code cause of the nodejs version?