Handle messages associated with LSP WorkDoneProgress::Begin
messages
Co-authored-by: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
a41f164ffe
commit
36ce3eb5ef
2 changed files with 56 additions and 12 deletions
|
@ -555,6 +555,8 @@ message UpdateLanguageServer {
|
|||
|
||||
message LspWorkStart {
|
||||
string token = 1;
|
||||
optional string message = 2;
|
||||
optional uint32 percentage = 3;
|
||||
}
|
||||
|
||||
message LspWorkProgress {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue