diff options
| author | Victor Song <vms2@rice.edu> | 2023-10-09 02:14:46 -0500 |
|---|---|---|
| committer | Victor Song <vms2@rice.edu> | 2023-10-09 02:15:05 -0500 |
| commit | a39d2076db1f39e49a7c7c5365eac8a11abcdc9e (patch) | |
| tree | a04ac6a46aa1c5ba586b82bf4eac499e340d5236 /editors/code | |
| parent | 9771e1e18fafef7571ad46374c5e55d4acd8aa09 (diff) | |
| download | rust-a39d2076db1f39e49a7c7c5365eac8a11abcdc9e.tar.gz rust-a39d2076db1f39e49a7c7c5365eac8a11abcdc9e.zip | |
Addressed PR style comments
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index a18acb98301..fc6597a0d40 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1489,7 +1489,7 @@ } }, "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 relative to the workspace to use that path.", + "markdownDescription": "Optional path to a rust-analyzer specific target directory.\nThis prevents rust-analyzer's `cargo check` from locking the `Cargo.lock`\nat the expense of duplicating build artifacts.\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, "anyOf": [ { |
