toolchains: Add support for relative paths (#27777)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
627ae7af6f
commit
edf712d45b
12 changed files with 178 additions and 93 deletions
|
@ -3269,6 +3269,7 @@ message ListToolchains {
|
|||
uint64 project_id = 1;
|
||||
uint64 worktree_id = 2;
|
||||
string language_name = 3;
|
||||
optional string path = 4;
|
||||
}
|
||||
|
||||
message Toolchain {
|
||||
|
@ -3293,12 +3294,14 @@ message ActivateToolchain {
|
|||
uint64 worktree_id = 2;
|
||||
Toolchain toolchain = 3;
|
||||
string language_name = 4;
|
||||
optional string path = 5;
|
||||
}
|
||||
|
||||
message ActiveToolchain {
|
||||
uint64 project_id = 1;
|
||||
uint64 worktree_id = 2;
|
||||
string language_name = 3;
|
||||
optional string path = 4;
|
||||
}
|
||||
|
||||
message ActiveToolchainResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue