debugger: Fix DebugAdapterDelegate::worktree_root always using the first visible worktree (#32585)
Closes #32577 Release Notes: - Fixed debugger malfunctioning when using ZED_WORKTREE_ROOT env variable in multi-worktree workspaces.
This commit is contained in:
parent
1083c0ac53
commit
04223f304b
4 changed files with 45 additions and 15 deletions
|
@ -493,6 +493,7 @@ message GetDebugAdapterBinary {
|
|||
uint64 project_id = 1;
|
||||
uint64 session_id = 3;
|
||||
DebugTaskDefinition definition = 2;
|
||||
uint64 worktree_id = 4;
|
||||
}
|
||||
|
||||
message DebugAdapterBinary {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue