bevy-website icon indicating copy to clipboard operation
bevy-website copied to clipboard

VSCode, Rust-analyzer recompiling issue in Bevy 0.13.2

Open SnappierSoap318 opened this issue 1 year ago • 1 comments

How can Bevy's documentation be improved?

In the Setup page, it is given that the new cargo config file should be located in <game>/.cargo/config.toml. I had a problem where the game would recompile every time i ran it,

My suggestion is to add an extra rust-analyzer setting flag to force it use the new config.toml file.

In settings.json add the "rust-analyzer.cargo.targetDir": true flag to force rust-analyzer.

SnappierSoap318 avatar Apr 29 '24 17:04 SnappierSoap318

This might need to be moved to the website repo instead, since that's where the introduction/book is kept.

james7132 avatar May 12 '24 22:05 james7132