lspsaga.nvim icon indicating copy to clipboard operation
lspsaga.nvim copied to clipboard

Indefinite '[lspsaga] a hover request has already been sent, please wait.'

Open DanielVolchek opened this issue 10 months ago • 2 comments

Describe the bug

Sometimes when using hover_doc, the pending status will get stuck and will never reset. The only way to get hover_doc working in that case is to fully restart nvim.

https://github.com/nvimdev/lspsaga.nvim/assets/25828026/0bb0aa57-9cda-4907-ace4-86dc1e2f4bfd

Steps to reproduce

Easiest way I've found is to go into a typescript file and try to hover_doc a keyword like return. From then on hover_doc will be stuck

Expected behavior

hover_doc should reset if its stuck in pending

Neovim version (nvim -v)

NVIM v0.9.5

lspsaga commit

a4d4428

Terminal name/version

iterm2 3.4.19

DanielVolchek avatar Apr 02 '24 15:04 DanielVolchek

bump, this is still not working @glepnir

DanielVolchek avatar May 08 '24 02:05 DanielVolchek

@DanielVolchek feel free to check out this PR #1437

myypo avatar May 11 '24 09:05 myypo