zed/crates/debugger_ui
Cole Miller be5763632d
Start removing callers of legacy excerpt APIs (#50144)
Paving the way to remove `ExcerptId`. Done in this PR:

- Unshipped the stack trace view
- Get rid of `push_excerpts`
- Get rid of some callers of `remove_excerpts`

We still need to remove some calls to `remove_excerpts` and other APIs,
especially in `randomly_edit_excerpts` and collaboration.

Release Notes:

- The stack trace multibuffer view has been removed.

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2026-02-26 10:37:43 -05:00
..
src Start removing callers of legacy excerpt APIs (#50144) 2026-02-26 10:37:43 -05:00
Cargo.toml Start removing callers of legacy excerpt APIs (#50144) 2026-02-26 10:37:43 -05:00
LICENSE-GPL