about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorVictor Song <vms2@rice.edu>2023-09-30 21:21:00 -0500
committerVictor Song <vms2@rice.edu>2023-10-09 02:15:05 -0500
commitef0b3bbef1a1b4cd88619f9a5f43d526f96af184 (patch)
treed101e1f2dfa93b4be227e2d0bf8c1607063ae297 /editors/code/package.json
parent53b670059456ba15e4374e5ab7ba4e2468066d0c (diff)
downloadrust-ef0b3bbef1a1b4cd88619f9a5f43d526f96af184.tar.gz
rust-ef0b3bbef1a1b4cd88619f9a5f43d526f96af184.zip
Clarify documentation on new parameter
Diffstat (limited to 'editors/code/package.json')
-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 e1402cb0f5c..a18acb98301 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 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,
                     "anyOf": [
                         {