ruby/misc/.vscode/settings.json
2026-01-13 15:27:45 -08:00

11 lines
412 B
JSON

{
"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",
}