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
Honestly not sure what causes this, but while working on crates/graphics/src/primitives/mod.rs rust-analyzer would disable intellisense and grey out the entire file, because it is not included in the crate hierarchy. If I downgrade to the version from last week, this doesn't happen anymore
If I add some random gibberish to cause an error in the file, running cargo run will error:
It also doesn't highlight the mod statements in the containing module:
rust-analyzer also refuses to format the file (and because I have format on save enabled) this means I can't save this file.
The text was updated successfully, but these errors were encountered:
You are likely running into #17378 which locks up discovery of everything. Can you try the latest nightly release? (switching to pre-release in vscode)
rust-analyzer version: rust-analyzer version: 0.3.1992-standalone [/home/lily/.vscode/extensions/rust-lang.rust-analyzer-0.3.1992-linux-x64/server/rust-analyzer]
rustc version: rustc 1.77.0-nightly (11f32b73e 2024-01-31)
editor or extension: VSCode, ext version v0.3.1992
relevant settings: n/a
repository link: https://github.com/Speak2Erase/Luminol/tree/tilemap-optimizations
Honestly not sure what causes this, but while working on

crates/graphics/src/primitives/mod.rs
rust-analyzer would disable intellisense and grey out the entire file, because it is not included in the crate hierarchy. If I downgrade to the version from last week, this doesn't happen anymoreIf I add some random gibberish to cause an error in the file, running

cargo run
will error:It also doesn't highlight the mod statements in the containing module:

rust-analyzer also refuses to format the file (and because I have format on save enabled) this means I can't save this file.
The text was updated successfully, but these errors were encountered: