Releases

Keep up with the weekly Zed releases.


June

0.191.2

06/13/2025

macOS
Loading...
Loading...
Linux
Loading...
Loading...
  • Automatic population of Co-authored-by now uses git config --global user.email. (#32639)
  • Fixed proxy URL resolution when using custom DNS entries. (#32679)

Debugger

  • Added the dev: copy debug adapter arguments action to help troubleshoot debug configurations. (#32647)
  • Added --nocapture as a default argument when debugging Rust tests. (#32633)
  • Show errors loading stack frames. (#32658)
  • Fixed the run/code actions menu to not duplicate content when opened from the respective icons. (#32579)
  • Fixed running JS tests when the worktree root is above the location of package.json. (#32644)
  • Fixed port property not being respected in debug scenarios converted from VSC's launch.json. (#32621)