Skip to content

Commit

Permalink
analyzer: fix work progress shown as 0% when finishing indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 5, 2024
1 parent 12f5f6a commit 8a9f1e7
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 8a9f1e7

Please sign in to comment.