diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-24 15:25:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-24 15:25:56 +0100 |
commit | 1a3b507a007d0373a83bde203d780b860ea55ce1 (patch) | |
tree | fd9b9d3295963b17f65d2a0960189adeae38c3a2 /docs/user/manual.adoc | |
parent | 97c4d06258bace7c9caf211d3a307fff05bdb58e (diff) | |
parent | e6c61d5072e600372ba4a38ad8893af37aaa77e6 (diff) |
Merge #5034
5034: Cleanup project.json deserialization r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index f1b7ed7fc..0dc1dc2ae 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -322,6 +322,8 @@ There are tree ways to feed `rust-project.json` to rust-analyzer: | |||
322 | * Specify `"rust-analyzer.linkedProjects": [ "path/to/rust-project.json" ]` in the settings (and make sure that your LSP client sends settings as a part of initialize request). | 322 | * Specify `"rust-analyzer.linkedProjects": [ "path/to/rust-project.json" ]` in the settings (and make sure that your LSP client sends settings as a part of initialize request). |
323 | * Specify `"rust-analyzer.linkedProjects": [ { "roots": [...], "crates": [...] }]` inline. | 323 | * Specify `"rust-analyzer.linkedProjects": [ { "roots": [...], "crates": [...] }]` inline. |
324 | 324 | ||
325 | Relative paths are interpreted relative to `rust-project.json` file location or (for inline JSON) relative to `rootUri`. | ||
326 | |||
325 | See https://github.com/rust-analyzer/rust-project.json-example for a small example. | 327 | See https://github.com/rust-analyzer/rust-project.json-example for a small example. |
326 | 328 | ||
327 | == Features | 329 | == Features |