Zed editor 0.191.7 has fixed bugs in the CLI flag, moved the "remove breakpoint" button, fixed incorrect arguments in DAP debugging, and fixed a bug where setting a variable's value doesn't update the variable list.
Zed 0.191.7
- Fixed a bug where the
--diffCLI flag did not work with--wait. ( #33094)- Debugger: Moved the "remove breakpoint" button to the top of a breakpoint list. ( #33062)
- Debugger: Fixed wrong arguments being passed to the DAP when debugging scripts from package.json. ( #33044)
- Debugger: Fixed bug where setting a variable's value wouldn't update the variable list or inline values. ( #33078)
