typescript-tools.nvim
typescript-tools.nvim copied to clipboard
cross-plugin: [Fzf-lua] Error executing 'textDocument/prepareCallHierarchy': timeout
Got an error when using with fzf-lua :FzfLua lsp_finder command, which depends on textDocument/prepareCallHierarchy. This lsp method is not listed there in your README. Just want to know whether this would be supported in the future.
The error message:
Error 14:01:40 notify.error [Fzf-lua] Error executing 'textDocument/prepareCallHierarchy': timeout
Does workspace/symbol work for you? I always get a timeout on that as well.
@3rd I didn't try. Now I fallback to the old horse tsserver.
@nyngwang can you try if the linked PR helps?