Skip to content

Commit

Permalink
analyzer: fix work progress shown as 0% when finishing indexing (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored Apr 5, 2024
1 parent 595a48b commit 27d09e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/progress/progress.v
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pub fn (mut wd WorkDone) end(message string) {
value: lsp.WorkDoneProgressPayload{
kind: 'end'
message: message
percentage: 100
}
)
}

0 comments on commit 27d09e3

Please sign in to comment.