-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
remove invalid workspaceFolder prefix from the zed rust-analyzer config #138085
base: master
Are you sure you want to change the base?
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
using `${workspaceFolder}` causes a lot of incorrect diagnostics on the latest version of zed
a78bfe6
to
b066c90
Compare
☔ The latest upstream changes (presumably #138480) made this pull request unmergeable. Please resolve the merge conflicts. |
@@ -602,7 +602,7 @@ Select which editor you would like to set up [default: None]: "; | |||
"c394386e6133bbf29ffd32c8af0bb3d4aac354cba9ee051f29612aa9350f8f8d", | |||
], | |||
EditorKind::Zed => { | |||
&["bbce727c269d1bd0c98afef4d612eb4ce27aea3c3a8968c5f10b31affbc40b6c"] | |||
&["9d6f1f99e8a98467173126fcb480aa8203ea5bdabdb55a903bee03da8307e483"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment above says to append new hashes, not replace. Can you do that?
r=me with append + rebase |
using
${workspaceFolder}
causes a lot of incorrect diagnostics on the latest version of zed