@@ -94,10 +94,10 @@ avoid checking unnecessary things.
9494--
9595Default:
9696----
97- {
98- "miri": null ,
99- "debug_assertions": null
100- }
97+ [
98+ "debug_assertion" ,
99+ "miri"
100+ ]
101101----
102102List of cfg options to enable with the given values.
103103
@@ -135,12 +135,6 @@ Unsetting this disables sysroot loading.
135135
136136This option does not take effect until rust-analyzer is restarted.
137137--
138- [[rust-analyzer.cargo.sysrootQueryMetadata]]rust-analyzer.cargo.sysrootQueryMetadata (default: `"cargo_metadata"` )::
139- +
140- --
141- How to query metadata for the sysroot crate. Using cargo metadata allows rust-analyzer
142- to analyze third-party dependencies of the standard libraries.
143- --
144138[[rust-analyzer.cargo.sysrootSrc]]rust-analyzer.cargo.sysrootSrc (default: `null` )::
145139+
146140--
@@ -152,7 +146,7 @@ This option does not take effect until rust-analyzer is restarted.
152146[[rust-analyzer.cargo.target]]rust-analyzer.cargo.target (default: `null` )::
153147+
154148--
155- Compilation target override (target triple ).
149+ Compilation target override (target tuple ).
156150--
157151[[rust-analyzer.cargo.targetDir]]rust-analyzer.cargo.targetDir (default: `null` )::
158152+
@@ -722,6 +716,11 @@ Whether to show generic type parameter name inlay hints.
722716--
723717Whether to show implicit drop hints.
724718--
719+ [[rust-analyzer.inlayHints.implicitSizedBoundHints.enable]]rust-analyzer.inlayHints.implicitSizedBoundHints.enable (default: `false` )::
720+ +
721+ --
722+ Whether to show inlay hints for the implied type parameter `Sized` bound.
723+ --
725724[[rust-analyzer.inlayHints.lifetimeElisionHints.enable]]rust-analyzer.inlayHints.lifetimeElisionHints.enable (default: `"never"` )::
726725+
727726--
@@ -1057,6 +1056,13 @@ Show documentation.
10571056--
10581057Specify the characters to exclude from triggering typing assists. The default trigger characters are `.` , `=` , `<` , `>` , `{` , and `(` .
10591058--
1059+ [[rust-analyzer.vfs.extraIncludes]]rust-analyzer.vfs.extraIncludes (default: `[]` )::
1060+ +
1061+ --
1062+ Additional paths to include in the VFS. Generally for code that is
1063+ generated or otherwise managed by a build system outside of Cargo,
1064+ though Cargo might be the eventual consumer.
1065+ --
10601066[[rust-analyzer.workspace.discoverConfig]]rust-analyzer.workspace.discoverConfig (default: `null` )::
10611067+
10621068--
0 commit comments