mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
misc/.vscode/settings.json: Fix rust-analyzer warnings
This commit is contained in:
parent
9f8505f06c
commit
4f8478f50c
4
misc/.vscode/settings.json
vendored
4
misc/.vscode/settings.json
vendored
@ -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",
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user