Zed 0.191.5 has been released, featuring a range of updates such as a bug fix, the introduction of an onboarding modal, the ability to display tasks from package.json as debuggable scenarios, improvements to breakpoints in TypeScript code, and measures to prevent potential crashes.
Zed 0.191.5
- Fixed a bug whereΒ
zed --diff A B
Β wouldn't open a diff. ( #32962)- Debugger: Added the onboarding modal. ( #32961)
- Debugger: New session modal for a debugger will now show tasks from package.json as debuggable scenarios. ( #32958)
- Debugger: Fixed setting breakpoints in TypeScript code when debugging compiled JavaScript. ( #32954)
- Debugger: Fixed a potential crash when opening active modules in a debugger session (with Copilot enabled). ( #32698)