Skip to content

Add support for Zig #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for Zig #88

wants to merge 1 commit into from

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
Collaborator

@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