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
It takes about 15 seconds to run zig fmt for the first time after a clean zig installation and it's annoying to have that hang my editor. I think it would be nice if after zigup installs a new version of zig it runs zig fmt --help once to pre-compile it by default. There should also be an option to disable this (--no-fmt-warmup or something).
The text was updated successfully, but these errors were encountered:
It takes about 15 seconds to run
zig fmt
for the first time after a clean zig installation and it's annoying to have that hang my editor. I think it would be nice if after zigup installs a new version of zig it runszig fmt --help
once to pre-compile it by default. There should also be an option to disable this (--no-fmt-warmup
or something).The text was updated successfully, but these errors were encountered: