You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user can manually override which Zig version should be used with the "select and install" menu that can be opened through the status bar or with the "Install Zig" command. Unfortunately, the select Zig version is secretly written into the workspace state of the extension which makes it invisible to the user. Instead, the extension should do the following:
remove the hidden workspace state so that the change is reverted when reopening the editor
color the context bar item that shows the Zig version in orange (or whatever the Theme uses as the warning color) when the current Zig version does not match the workspace Zig version from .zigversion or build.zig.zon (Related: #245)
Show a message that offers to update the .zigversion or build.zig.zon file if a different Zig version is selected.
It would also be possible to even add a minimum_zig_version field to build.zig.zon if is not present already.
The text was updated successfully, but these errors were encountered:
A user can manually override which Zig version should be used with the "select and install" menu that can be opened through the status bar or with the "Install Zig" command. Unfortunately, the select Zig version is secretly written into the workspace state of the extension which makes it invisible to the user. Instead, the extension should do the following:
.zigversion
orbuild.zig.zon
(Related: #245).zigversion
orbuild.zig.zon
file if a different Zig version is selected.It would also be possible to even add a
minimum_zig_version
field tobuild.zig.zon
if is not present already.The text was updated successfully, but these errors were encountered: