Releases

Keep up with the weekly Zed releases.


June

0.191.4

06/17/2025

macOS
Loading...
Loading...
Linux
Loading...
Loading...
  • Fixed a panic when merging pull and (newer) push diagnostics. (#32826)
  • Fixed an issue where the inline assistant would be dismissed when hitting enter while generating code. (#32810)
  • Linux: Fixed a couple of bugs that can cause the mouse cursor to not appear or only appear as an arrow. (#32833)

Debugger

  • Added basic support for highlighting in the console based on ANSI escape codes. (#32817)
  • Passed environment to run in terminal requests. (#32720)
  • Fixed connecting to a Python debugger over SSH. (#32834)
  • Fixed issues with auto-translated Visual Studio Code debug configs for attaching to existing node debugger instances. (#32862)
  • Fixed overly strict validation of Go debugging configurations. (#32856)
  • Fixed debugger logs getting clobbered with internal logs about Threads Command whenever a new debug session is created. (#32852)
  • Fixed a layout issue that made it hard to click the remove (X) button for entries in the breakpoint list. (#32772)