diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2021-03-08 16:56:42 -0500 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2021-03-08 16:56:42 -0500 |
| commit | c7b0914b3fffc9fd648003c950cfff596c75edbf (patch) | |
| tree | e1334a1311a552d820fc485e8340910e9866cf02 /editors/code/package.json | |
| parent | c48478621fe9b50cb19bfd0ea4a5c2ff0de5d6ac (diff) | |
| download | rust-c7b0914b3fffc9fd648003c950cfff596c75edbf.tar.gz rust-c7b0914b3fffc9fd648003c950cfff596c75edbf.zip | |
Add more documentation for rustc_private
Diffstat (limited to 'editors/code/package.json')
| -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 856f1c94e5a..e15e7875be5 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -713,7 +713,7 @@ } }, "rust-analyzer.rustcSource": { - "markdownDescription": "Path to the rust compiler sources, for usage in rustc_private projects, or \"discover\" to try to automatically find it. Any project which uses rust-analyzer with the rustcPrivate crates must set `[package.metadata.rust-analyzer] rustc_private=true` to use it.", + "markdownDescription": "Path to the Cargo.toml of the rust compiler workspace, for usage in rustc_private projects, or \"discover\" to try to automatically find it. Any project which uses rust-analyzer with the rustcPrivate crates must set `[package.metadata.rust-analyzer] rustc_private=true` to use it. This option is not reloaded automatically; you must restart rust-analyzer for it to take effect.", "default": null, "type": [ "null", |
