Replies: 1 comment
-
Tried with some hack, the current progress implementation seems to require a valid lsp client, turned into a feature request |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is the case:
I want to call external tools to check something, it may take several seconds to finish, I'd like to have a notification when it's run, and change the notification once it's done, then delete the notification with a delay of 1 seconds or 2.
I'd like to have the notification displayed just like the lsp progress message, but there may not be a real lsp server for the buffer.
Just find an implementation from fidget, but fidget seems to manage the message in a standalone buffer with a slightly different view, and then there be two message managers. It would be better if noice provide similar api, and all messages are handled in one place.
Beta Was this translation helpful? Give feedback.
All reactions