Remove spinner once LSP is completed #59
-
Thanks for the plugin - really like it so far. Is it possible to remove the spinner once an lsp process is complete? I have my |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
emmmm, I think it's possible, just a little bit complicated to configure. You will need 2 steps:
Note: I write this without any testing, please try to make it correct. |
Beta Was this translation helpful? Give feedback.
emmmm, I think it's possible, just a little bit complicated to configure.
You will need 2 steps:
In series_format, you should return an object.
This is for returning an extra value
done
, we will use it in second step.In client_format, you can use below code: