misc/.vscode/settings.json: Fix rust-analyzer warnings

This commit is contained in:
Takashi Kokubun 2026-01-13 15:27:22 -08:00
parent 9f8505f06c
commit 4f8478f50c

View File

@ -3,4 +3,8 @@
"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",
}