blob: a2e4e1ec6945af83167802b7c9ffa1761808121d (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"rust-analyzer.cargo.features": [
"disasm",
],
"rust-analyzer.cfg.setTest": false,
// rust-analyzer bundled in the VSCode extension may only support Rust newer than 1.85.0.
// To avoid warnings, install rust-analyzer with `rustup component add rust-analyzer` and
// use `~/.cargo/bin/rust-analyzer` with the following config.
"rust-analyzer.server.path": "rust-analyzer",
}
|