Releases: llogick/zigscient
Releases · llogick/zigscient
0.14.1
0.14.0
The last major change to make it into the release:
Create a dedicated build_runner for 0.14
It cascaded into some additional functionality:
- Build-On-Save-Watch (requires setting
enable_build_on_save
totrue
)- The server will try to surface errors for not-open-in-editor files based on the reference-trace for the error, eg std.fmt's
cannot format without a specifier ..
- The server will try to surface errors for not-open-in-editor files based on the reference-trace for the error, eg std.fmt's
0.14.1
Fix crash when working with projects without CompileStep
s
Thanks so much to @thuvasooriya for reporting and helping troubleshoot the issue