Skip to content

bacon v3.12.0

Latest
Compare
Choose a tag to compare
@Canop Canop released this 14 Mar 17:31
· 1 commit to main since this release
  • cargo-json analyzer (for bacon-ls): fix invalid spans for errors from proc-macros - Fix #332 - Thanks @Leandros
  • back action, usually mapped to the esc key, no longer quits on first job. If you want the old behavior, add this binding: esc = "back-or-quit". Fix #338 - Thanks @ian-h-chamberlain