-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async job failed: request timed out
when using open workspace symbol picker
in Helix
#54
Comments
@David-Else thanks for reporting this!
|
Oh, totally forgot! @David-Else what's |
but I don't think this is true? I downloaded 2022-08-19
I don't think Neovim can show symbols? I don't have any plugin that does that, if there is a command I can run that is no problem to report the result. **EDIT here is my LSP config, can I use anything I have there? https://github.com/David-Else/developer-workstation-setup-script/blob/main/dotfiles/neovim/.config/nvim/lua/user/lsp.lua **EDIT I am using the very latest Helix from master |
Thanks @David-Else! Would you try a new release https://github.com/artempyanykh/marksman/releases/tag/2022-08-24? Since there's just 2 files files it's unlikely a performance problem. If the newer version doesn't fix the problem, one thing you could try is to change the extension of one of the 2 .md files to something non-
Yeah, you're right. I use Telescope for this:
Let's scratch neovim. I can build Helix from master. |
The new version works, you are a genius! :) |
@David-Else happy to hear that! So, the problem seems to be that
|
I am sure team Helix would love to hear about this problem and fix it :) |
I have a directory full of all sorts of random things, including markdown files. It has a
.git
repo initialized at the root.If I
cd
into it and open a markdown file with headings, thespace e
-open symbol picker
works like a charm with the headings!Unfortunately if I choose
space E
-open workspace symbol picker
then the language server hangs, and I getAsync job failed, request timed out
appearing randomly in red at the bottom of the screen. I need to restart Helix to get marksman working again.The text was updated successfully, but these errors were encountered: