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
This is because 1) FSAC is kind of slow to launch and 2) Neovim's LSP implementation is a bit weird in that it requests CodeLens as soon as the language server launches.
it seems like it has something to do with the fact FSAC is kind of "slow" to launch, so that FSAC can't respond to the initial CodeLens request. I noticed when I use LanguageClient-neovim it correctly shows CodeLens from the beginning, so I'm suspecting Neovim's LSP implementation is weird (or maybe wrong).
I suspect there is nothing we can do on Ionide-vim side.
before:
after:
The text was updated successfully, but these errors were encountered: