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

fix some issues when trying to manually set the path to Zig #251

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

Techatrix
Copy link
Collaborator

See the individual commit messages.
fixes #237

This windows-specific issue was also present for a long time in the initial setup until its removal.
fixes #237
The old message would mention "`zig.path`" twice.
The "Manually Specify Path" option could previously be used to set `zig.path` to an invalid value. This commit will change it so that only an error message is displayed without modifying `zig.path`.
@Vexu Vexu merged commit 0e2dac1 into master Dec 9, 2024
2 checks passed
@Techatrix Techatrix deleted the techatrix/fix-manual-path-set branch December 9, 2024 21:08
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.

Specifying the path to Zig leads to error "cant find Zig in PATH" and does not set the path to Zig
2 participants