plugins.rust-tools.server.checkOnSave
Run the check command for diagnostics on save.
default:
true
Type: null or boolean
Default:
null
Declared by:
plugins.rust-tools.server.linkedProjects
Disable project auto-discovery in favor of explicitly specified set of projects.
Elements must be paths pointing to Cargo.toml
,
rust-project.json
, .rs
files (which will be treated as standalone files) or JSON
objects in rust-project.json
format.
default:
[ ]
Type: null or (list of (string or attribute set of anything))
Default:
null
Declared by:
plugins.rust-tools.server.numThreads
How many worker threads in the main loop. The default null
means to pick automatically.
default:
null
Type: null or null or signed integer
Default:
null
Declared by:
plugins.rust-tools.server.standalone
standalone file support setting it to false may improve startup time
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by: