Open dxps opened 3 months ago
:partying_face: I found the problem: the value of "features"
should be just "all"
, and not part of an array.
Like this:
"lsp": {
"rust-analyzer": {
"initialization_options": {
"cargo": {
"features": "all"
}
}
}
},
Should I close this ticket? Or you may consider this as a small improvement by checking such settings values and inform the user about the problem?
Thanks again for this wonderful IDE. :pray:
All the best!
I've the same issue on a rust monorepo with several crates. I've copy paste the @dxps config in my .zed/settings.json, but it didn't solve it. Though the date in the error message is not the same, I got 2024-07-29.
I'm on Ubuntu 22.04.
Also getting this error with Mac M1 on 2024-10-28
Also getting this error with Mac M1 on 2024-10-28
I have the same error with Mac (Intel chip) on 2024-10-28
Note: Autually I have this error for quite a long time (tried very hard to solve, but just can't find anything usefull on the net). The last one I remember probably is on 2024-10-07, and I found that it is acutally related to the rust-analyzer version located in that path "~/Library/Application\ Support/Zed/languages/rust-analyzer/"
Check for existing issues
Describe the bug / provide steps to reproduce it
Dear all,
Using the latest version of Zed - that is 0.144.4 at the time of this writing - opening this project fails with this notification popup:
Of course, the language server does not work (features such as code completion or navigation).
Environment
This issue happens on my workstation. The same project opens fine on the laptop, both systems running the latest Pop!_OS 22.04 LTS distro.
Besides the hardware differences, maybe it's a settings difference (I don't have access to the other one to check this, yet). However, regarding the settings, here they are on this workstation where the issue happens:
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log