Incomplete refactor to allow for multiple adapters per language
This commit is contained in:
parent
21e39e7523
commit
ba7233f265
10 changed files with 818 additions and 577 deletions
|
@ -684,9 +684,10 @@ message SearchProjectResponse {
|
|||
}
|
||||
|
||||
message CodeAction {
|
||||
Anchor start = 1;
|
||||
Anchor end = 2;
|
||||
bytes lsp_action = 3;
|
||||
uint64 server_id = 1;
|
||||
Anchor start = 2;
|
||||
Anchor end = 3;
|
||||
bytes lsp_action = 4;
|
||||
}
|
||||
|
||||
message ProjectTransaction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue