-
Notifications
You must be signed in to change notification settings - Fork 11
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
Symbol server never responds? #14
Comments
Could you post what you see in |
@non-Jedi I don't think that's the case, as I saw the timeout message in emacs, too (I had set the timeout to 600 seconds.) But here it is: https://gist.github.com/non-Jedi/56d3949224a7e1100a56dfdd4836570c |
That event log shows that the language server is working as expected albeit possibly without having the symbols ready for packages installed in the v1.4 environment. How many packages do you have installed in your default v1.4 environment? And is there eglot functionality that isn't working that you expect to work? My best guess is that the symbol server is still indexing packages which can literally take hours; you can watch this process by looking at |
If julia-vscode/LanguageServer.jl#707 gets merged, then we could have a sense of the package indexing progress by looking at |
Hi @NightMachinary, feel free to reopen if eglot isn't providing some functionality that you expect, but right now this just looks like the symbol server taking a long time to finish caching. If you're still having issues, the questions I asked above are a good place to start investigating. |
I'm happy to say that things are working just fine for me now. |
It gets stuck for me on
I have tried without
--startup-file=no
, too, same result. It's been for more than an hour.The text was updated successfully, but these errors were encountered: