haskell / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2.38k stars 211 forks source link

Report progress as a percentage #1692

Closed expipiplus1 closed 4 years ago

expipiplus1 commented 4 years ago

Previously it was displayed as a value from 0% to 1%

As specified https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workDoneProgress

See also https://github.com/alanz/haskell-lsp/blob/1f85ef3c150dc8b2626a181c47d8635015e67ee5/src/Language/Haskell/LSP/Core.hs#L150-L154

expipiplus1 commented 4 years ago

Thanks!

On Wed, Mar 11, 2020 at 10:17 PM fendor notifications@github.com wrote:

Merged #1692 https://github.com/haskell/haskell-ide-engine/pull/1692 into master.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/haskell/haskell-ide-engine/pull/1692#event-3119000326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGRJXB3RUIYZASKR3J5ILLRG6MPRANCNFSM4LFO4GKA .

fendor commented 4 years ago

Thank you for this sensible pull request :)