ZIm/crates/debugger_ui/src
Julia Ryan 3850da6bee
debugger: Don't show VSCode worktree tasks when Zed ones exist (#32589)
Fixes #31699

Eventually we might want to merge the lists and deduplicate based on the
command and args that it's running. For now we'll just use the presence
of _any_ worktree local zed debug tasks to disable all VSCode ones.

Release Notes:

- N/A
2025-06-11 18:12:15 -07:00
..
session Fix go stop on panic (#32512) 2025-06-10 22:24:59 -06:00
tests Simplify debug launcher UI (#31928) 2025-06-02 21:24:08 +00:00
attach_modal.rs Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
debugger_panel.rs debugger: Fix DebugAdapterDelegate::worktree_root always using the first visible worktree (#32585) 2025-06-11 23:40:41 +00:00
debugger_ui.rs Fix detach (#32506) 2025-06-10 20:20:28 -06:00
dropdown_menus.rs debugger: Add spinners while session is starting up (#31548) 2025-05-29 01:58:40 +00:00
new_process_modal.rs debugger: Don't show VSCode worktree tasks when Zed ones exist (#32589) 2025-06-11 18:12:15 -07:00
persistence.rs debugger: Change console text color, add tooltips (#31765) 2025-05-30 19:21:28 +02:00
session.rs debugger: Reuse parent's debug terminal for child sessions (#32493) 2025-06-10 17:13:58 -04:00
stack_trace_view.rs Use read-only access methods for read-only entity operations (#31479) 2025-05-26 23:04:31 -04:00
tests.rs Simplify debug launcher UI (#31928) 2025-06-02 21:24:08 +00:00