debugger: Allow locators to generate full debug scenarios (#30014)
Closes #ISSUE Release Notes: - N/A --------- Co-authored-by: Anthony <anthony@zed.dev> Co-authored-by: Remco Smits <djsmits12@gmail.com>
This commit is contained in:
parent
a378b3f300
commit
bbfcd885ab
9 changed files with 197 additions and 146 deletions
|
@ -580,6 +580,7 @@ message DebugAdapterBinary {
|
|||
message RunDebugLocators {
|
||||
uint64 project_id = 1;
|
||||
SpawnInTerminal build_command = 2;
|
||||
string locator = 3;
|
||||
}
|
||||
|
||||
message DebugRequest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue