You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
I get this error message on a private project when I open any *.rs file. The error only started showing up with a recent rust-ide release. When I run cargo check as instructed, it finishes successfully with no other feedback.
You do need a root, or parent, Cargo.toml file otherwise Rls won't work. Only recent versions of Rls have started to actually tell you this, which is why you wouldn't have seen the error before.
You could try adding a very simple one at root:
# Cargo.toml
[workspace]
members = [
"endeavium-rs",
]
I want to add a better warning here, maybe an additional message to suggest adding a root Cargo.toml. Also probably an ignore for this project button.
Uh oh!
There was an error while loading. Please reload this page.
I get this error message on a private project when I open any
*.rs
file. The error only started showing up with a recentrust-ide
release. When I runcargo check
as instructed, it finishes successfully with no other feedback.I do not have a
Cargo.toml
in the root project directory, but this shouldn't really matter, right?Here's a screenshot of the Atom dev console with the logging from
rust-ide
. It doesn't really provide any useful information:The text was updated successfully, but these errors were encountered: