plugins.lsp.servers.rust_analyzer.settings.runnables.command
Command to be executed instead of ‘cargo’ for runnables.
Type: null or string
Default:
null
Plugin default: null
Declared by:
plugins.lsp.servers.rust_analyzer.settings.runnables.extraArgs
Additional arguments to be passed to cargo for runnables such as
tests or binaries. For example, it may be --release
.
Type: null or (list of string)
Default:
null
Plugin default: [ ]
Declared by:
plugins.lsp.servers.rust_analyzer.settings.runnables.extraTestBinaryArgs
Additional arguments to be passed through Cargo to launched tests, benchmarks, or doc-tests.
Unless the launched target uses a
custom test harness,
they will end up being interpreted as options to
rustc
’s built-in test harness (“libtest”).
Type: null or (list of string)
Default:
null
Plugin default:
[
"--show-output"
]
Declared by: