Skip to content

0.14.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 08:38
· 2 commits to dev since this release
6d00b14

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 to true)
    • 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 ..

0.14.1

Fix crash when working with projects without CompileSteps

Thanks so much to @thuvasooriya for reporting and helping troubleshoot the issue