about summary refs log tree commit diff
path: root/editors/code
diff options
context:
space:
mode:
authorVictor Song <vms2@rice.edu>2023-10-09 02:14:46 -0500
committerVictor Song <vms2@rice.edu>2023-10-09 02:15:05 -0500
commita39d2076db1f39e49a7c7c5365eac8a11abcdc9e (patch)
treea04ac6a46aa1c5ba586b82bf4eac499e340d5236 /editors/code
parent9771e1e18fafef7571ad46374c5e55d4acd8aa09 (diff)
downloadrust-a39d2076db1f39e49a7c7c5365eac8a11abcdc9e.tar.gz
rust-a39d2076db1f39e49a7c7c5365eac8a11abcdc9e.zip
Addressed PR style comments
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json2
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": [
                         {