mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 13:04:22 +00:00
11 lines
412 B
JSON
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",
|
|
}
|