-
Notifications
You must be signed in to change notification settings - Fork 58
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
Using existing zig install does not work #147
Comments
Just to confirm, the path on your computer actually ends with This default unzipping behavior of windows caught myself off guard after using linux for an extended period of time. |
It does. It is installed with
But that has given me an idea - when I set the path to
So the issue actually seems to be that the extension does not like what |
Note that |
Is you vscode config file read only? The extension should be setting |
I am using VSCodium on Windows 11. I've installed zig and now this extension v0.5.1. I get a pop up asking to either install zig, set path, find zig in path or cancel. When set the path to existing zig.exe, it does not work. In Runtime Status of the extension I see
spawnSync /C:/Users/Zbynek/bin/zig.exe ENOENT
It seems the forward slash at the beginning might be the problem but I am not sure how to verify. However, the path never gets set to the property
zig.path
. When I do set the property by hand to the proper path, I get the same exception. After install, the property gets set toWhen set to
I get the exception.
The text was updated successfully, but these errors were encountered: