Skip to content

Conversation

jedisct1
Copy link

This adds Zig to the set of languages supported by code-context, simply by leveraging tree-sitter-zig.

This adds Zig to the set of languages supported by code-context,
simply by leveraging tree-sitter-zig.
@Shawnzheng011019
Copy link
Contributor

@jedisct1 Hello! Thanks for your PR. But we've identified an issue:
Since the vscode-extension must run in a sandbox environment, you'll need to find out if there's a tree-sitter dependency package in Wasm format to ensure compatibility with the sandbox. This will also maintain consistency between MCP and the VS Code extension.
If you find a suitable Wasm package, please place it in the packages/vscode-extension/wasm directory and then re-run pnpm install && pnpm build. Afterward, test it using the methods outlined in packages/vscode-extension/CONTRIBUTING.md. If there are no issues, feel free to resubmit your PR.
We look forward to your updated submission!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants