-
Notifications
You must be signed in to change notification settings - Fork 7
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
Language server cannot detect all packages #3
Comments
Just guessing: can you check if the working directory is the same? Have a look at Zed's log (command |
It might be a working directory problem? I tried to open up Zed using CLI at different directories. If I open up Zed at ~/.julia/environments/v1.10 ( |
Do you have a On the other hand, CairoMakie is probably in your LanguageServer.jl is a tricky package. There are some threads over at discourse (in Tooling and Tooling/VSCode) about workarounds (and complaints 😬). TBH, I disabled the Julia LS, for me it's more trouble than help. |
Generating a Thanks for your help! |
I agree! Let's keep this issue open. I'm not sure if we could or should do this within the Zed extension. LanguageServer.jl would be the better place to implement this. I'm glad it's working for you now! |
Hi, thank you for develop this amazing Julia extension for Zed!
When I'm using the package "CairoMakie" the language server seems not to be able to detect this package and several other packages. However, when I ran runserver() in the "zed-julia" environment in the REPL, these packages were detected. I attached the LSP log from Zed and the output in the REPL. Can you please help me solve the problem? Thanks!
zed-lsp-log.txt
julia-runserver-output.txt
The text was updated successfully, but these errors were encountered: