vlang / v-analyzer

The @vlang language server, for all your editing needs like go-to-definition, code completion, type hints, and more.
MIT License
103 stars 13 forks source link

analyzer: fix work progress shown as 0% when finishing indexing #84

Closed ttytm closed 6 months ago

ttytm commented 6 months ago

The end message that prints the indexing progress doesn't pass a percentage anymore, which result in showing a 0% when the indexing finishes. The method is only called once after the indexing has really finished, so we can add the 100 as percentage field here.

Screenshots below show the result on the bottom right Current Updated
Screenshot_20240405_135952 Screenshot_20240405_135952 (1)