plugins.lsp.servers.rust-analyzer.settings.runnables.command

Command to be executed instead of ‘cargo’ for runnables.

default:

null

Type: null or null or string

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.

default:

[ ]

Type: null or (list of string)

Default: null

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”).

default:

[
  "--show-output"
]

Type: null or (list of string)

Default: null

Declared by: