Fix the log spam from the BlameBuffer request (#19921)
Release Notes: - N/A
This commit is contained in:
parent
f3b7f5944d
commit
9818835c9d
4 changed files with 49 additions and 38 deletions
|
@ -2117,10 +2117,16 @@ message CommitPermalink {
|
|||
}
|
||||
|
||||
message BlameBufferResponse {
|
||||
repeated BlameEntry entries = 1;
|
||||
repeated CommitMessage messages = 2;
|
||||
repeated CommitPermalink permalinks = 3;
|
||||
optional string remote_url = 4;
|
||||
message BlameResponse {
|
||||
repeated BlameEntry entries = 1;
|
||||
repeated CommitMessage messages = 2;
|
||||
repeated CommitPermalink permalinks = 3;
|
||||
optional string remote_url = 4;
|
||||
}
|
||||
|
||||
optional BlameResponse blame_response = 5;
|
||||
|
||||
reserved 1 to 4;
|
||||
}
|
||||
|
||||
message MultiLspQuery {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue