Skip to content
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

build command completely unresponsive #70

Open
skytwosea opened this issue Oct 30, 2023 · 1 comment
Open

build command completely unresponsive #70

skytwosea opened this issue Oct 30, 2023 · 1 comment

Comments

@skytwosea
Copy link

ctrl+b is completely unresponsive for .zig files. No error messages, no 'build not available' messages, no results window: nothing.
All other aspects work: syntax highlighting works perfectly, to the extent of my observations.

Temp fix: I created a dead-simple zig.sublime-build file to replace the original:

{
    "cmd": ["zig", "run", "$file"],
    "selector": "source.zig"
}

System:
Kubuntu 5.15.0-87-generic on x86_64
ST: build 4152, licensed
Zig: 0.12.0-dev.1261+bb0419599

This issue is especially strange because I run two machines, both are essentially identical: same Kubuntu distro, same ST build, same Zig compiler. On my secondary machine, ctrl+b works just fine. On my primary machine, however, ctrl+b is problematic, as above.

@jfcherng
Copy link

I am not a Zig guy. It requires a build.zig file in your project root.

"keyfiles": ["build.zig"],

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

No branches or pull requests

2 participants