selfint / code-blocks

Manipulate code as blocks
https://marketplace.visualstudio.com/items?itemName=selfint.code-blocks
MIT License
5 stars 0 forks source link

Wrap cli with napi-rs #129

Closed selfint closed 1 year ago

selfint commented 1 year ago

Wrap the cli using napi-rs, and include it in the extension itself.

selfint commented 1 year ago

This means we won't support operating systems that we don't pre-compile for.

Can we just check which operating systems vscode supports, and compile for all of them? If so this might be worth it, but if not, this is probably not worth it.

selfint commented 1 year ago

Moving to web-tree-sitter, this is no longer needed.