Add a bug report + completions command(not complete yet) so that new users can easily submit bugs to us, and I wanted completions for bb (super easy with clap) --------- Co-authored-by: Gerald Pinder <gmpinder@gmail.com>
6 lines
154 B
TOML
6 lines
154 B
TOML
[language-server.rust-analyzer.config]
|
|
cargo.features = ["nightly"]
|
|
|
|
[language-server.rust-analyzer.config.check]
|
|
command = "clippy"
|
|
args = ["--no-deps"]
|