You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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_style
doesn't seem to affect the progress icon after finish/ cancel.Can there be more functionality added to progress handle api such as?
The text was updated successfully, but these errors were encountered: