plugins.rust-tools.server.diagnostics.enable
Whether to show native rust-analyzer diagnostics.
Type: null or boolean
Default:
null
Plugin default: true
Declared by:
plugins.rust-tools.server.diagnostics.disabled
List of rust-analyzer diagnostics to disable.
Type: null or (list of string)
Default:
null
Plugin default: [ ]
Declared by:
plugins.rust-tools.server.diagnostics.remapPrefix
Map of prefixes to be substituted when parsing diagnostic file paths.
This should be the reverse mapping of what is passed to rustc
as --remap-path-prefix
.
Type: null or (attribute set of anything)
Default:
null
Plugin default: { }
Declared by:
plugins.rust-tools.server.diagnostics.warningsAsHint
List of warnings that should be displayed with hint severity.
The warnings will be indicated by faded text or three dots in code
and will not show up in the Problems Panel
.
Type: null or (list of string)
Default:
null
Plugin default: [ ]
Declared by:
plugins.rust-tools.server.diagnostics.warningsAsInfo
List of warnings that should be displayed with info severity.
The warnings will be indicated by a blue squiggly underline in code
and a blue icon in the Problems Panel
.
Type: null or (list of string)
Default:
null
Plugin default: [ ]
Declared by: