Releases

Keep up with the weekly Zed releases.


June

0.191.1

06/12/2025

macOS
Loading...
Loading...
Linux
Loading...
Loading...
  • Agent: Fixed a regression in agent following behavior after file edits. (#32606)
  • Fixed language tasks fetched incorrectly for certain selections. (#32580)
  • Fixed an issue where the cursor would flicker while typing. (#32596)

Debugger

  • Re-running a debug scenario that has been edited on disk now uses the latest version. (#32569)
  • Removed "Deserializing N breakpoints" from the Zed log. (#32430)
  • Go debug scenarios can now use an externally-managed Delve instance. Use tcp_connection in your debug scenario definition to provide the adapter's address. (#32613)
  • Made it possible to use commands like pnpm <subcommand> <args> in the launch modal and debug.json. (#32549)
  • Fixed issues preventing loading and running of debug tasks from VS Code's launch.json. (#32563)
  • Fixed preselection of debug adapters to not pick CodeLLDB by default. (#32557)
  • Fixed debugger malfunctioning when using ZED_WORKTREE_ROOT env variable in multi-worktree workspaces. (#32585)
  • Fixed bug where a debugger session would never be shut down on a failed restart attempt. (#32595)