Zig support | build_on_save/check doesn't appear to be working #19617
Labels
bug
[core label]
language server
An umbrella label for all language servers
language
An umbrella label for all programming languages syntax behaviors
setting
Feedback for preferences, configuration, etc
support
User support (non-defect troubleshooting, documentation, etc)
zig
Zig programming language support
Check for existing issues
Describe the bug / provide steps to reproduce it
With the zig language extension I'm unable to get syntax highlighting expected for
build_on_save
functionality as outlined in this blog post.I'm unsure if there's more I need to configure on top of the out of the box extension and even defining something like (whilst picking up the
--enable-dbug-messages args
) doesn't appear to work.I'm wondering if anyone can point me to what I'm doing wrong or can attest to it working for them.
Environment
Zed: v0.157.5 (Zed)
OS: macOS 15.0.1
Memory: 16 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
Upon saving the above I expected the
check
command to be run by the language server (zls
) and the resulting error to be surfaced. Just for completeness this is the error produced from runningcheck
.The text was updated successfully, but these errors were encountered: