mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Clarify documentation on new parameter
This commit is contained in:
parent
53b6700594
commit
ef0b3bbef1
@ -484,7 +484,7 @@ config_data! {
|
|||||||
/// This is useful to prevent rust-analyzer's `cargo check` from blocking builds.
|
/// This is useful to prevent rust-analyzer's `cargo check` from blocking builds.
|
||||||
///
|
///
|
||||||
/// Set to `true` to use a subdirectory of the existing target directory or
|
/// Set to `true` to use a subdirectory of the existing target directory or
|
||||||
/// set to a path to use that path.
|
/// set to a path relative to the workspace to use that path.
|
||||||
rust_analyzerTargetDir: Option<TargetDirectory> = "null",
|
rust_analyzerTargetDir: Option<TargetDirectory> = "null",
|
||||||
|
|
||||||
/// Path to the Cargo.toml of the rust compiler workspace, for usage in rustc_private
|
/// Path to the Cargo.toml of the rust compiler workspace, for usage in rustc_private
|
||||||
|
@ -764,7 +764,7 @@ Optional path to a rust-analyzer specific target directory.
|
|||||||
This is useful to prevent rust-analyzer's `cargo check` from blocking builds.
|
This is useful to prevent rust-analyzer's `cargo check` from blocking builds.
|
||||||
|
|
||||||
Set to `true` to use a subdirectory of the existing target directory or
|
Set to `true` to use a subdirectory of the existing target directory or
|
||||||
set to a path to use that path.
|
set to a path relative to the workspace to use that path.
|
||||||
--
|
--
|
||||||
[[rust-analyzer.rustc.source]]rust-analyzer.rustc.source (default: `null`)::
|
[[rust-analyzer.rustc.source]]rust-analyzer.rustc.source (default: `null`)::
|
||||||
+
|
+
|
||||||
|
@ -1489,7 +1489,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rust-analyzer.rust.analyzerTargetDir": {
|
"rust-analyzer.rust.analyzerTargetDir": {
|
||||||
"markdownDescription": "Optional path to a rust-analyzer specific target directory.\nThis is useful to prevent rust-analyzer's `cargo check` from blocking builds.\n\nSet to `true` to use a subdirectory of the existing target directory or\nset to a path to use that path.",
|
"markdownDescription": "Optional path to a rust-analyzer specific target directory.\nThis is useful to prevent rust-analyzer's `cargo check` from blocking builds.\n\nSet to `true` to use a subdirectory of the existing target directory or\nset to a path relative to the workspace to use that path.",
|
||||||
"default": null,
|
"default": null,
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user