Thank you for such a useful plugin!
I use "Non-LSP progress messages" for few custom tasks in my workspace. Right now handle:finish() and handle:cancel() both have same style and progress.display.done_style doesn't seem to affect the progress icon after finish/ cancel.
Can there be more functionality added to progress handle api such as?
- Indicate progress failed? (considering done is success)
- Set style for Progress done/ success (a success scenario)
- Set style for Progress failure
Thank you for such a useful plugin!
I use "Non-LSP progress messages" for few custom tasks in my workspace. Right now
handle:finish()andhandle:cancel()both have same style andprogress.display.done_styledoesn't seem to affect the progress icon after finish/ cancel.Can there be more functionality added to progress handle api such as?