Handle messages associated with LSP WorkDoneProgress::Begin messages

Co-authored-by: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Max Brunsfeld 2022-06-08 10:26:41 -07:00
parent a41f164ffe
commit 36ce3eb5ef
2 changed files with 56 additions and 12 deletions

View file

@ -555,6 +555,8 @@ message UpdateLanguageServer {
message LspWorkStart {
string token = 1;
optional string message = 2;
optional uint32 percentage = 3;
}
message LspWorkProgress {