plugins.rust-tools.server.procMacro.enable

Enable support for procedural macros, implies #rust-analyzer.cargo.buildScripts.enable#.

default:

true

Type: null or boolean

Default: null

Declared by:

plugins.rust-tools.server.procMacro.ignored

These proc-macros will be ignored when trying to expand them.

This config takes a map of crate names with the exported proc-macro names to ignore as values.

default:

{ }

Type: null or (attribute set of anything)

Default: null

Declared by:

plugins.rust-tools.server.procMacro.server

Internal config, path to proc-macro server executable.

default:

null

Type: null or null or string

Default: null

Declared by: