Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/non_cargo_based_projects.md')
| -rw-r--r-- | docs/book/src/non_cargo_based_projects.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/book/src/non_cargo_based_projects.md b/docs/book/src/non_cargo_based_projects.md index 9cc3292444..75e7fc900f 100644 --- a/docs/book/src/non_cargo_based_projects.md +++ b/docs/book/src/non_cargo_based_projects.md @@ -237,8 +237,8 @@ There are four ways to feed `rust-project.json` to rust-analyzer: - Use [`"rust-analyzer.workspace.discoverConfig": … }`](./configuration.md#workspace.discoverConfig) to specify a workspace discovery command to generate project descriptions - on-the-fly. Please note that the command output is message-oriented and must - output JSONL [as described in the configuration docs](./configuration.md#workspace.discoverConfig). + on-the-fly. Please note that the command's stdout is message-oriented and + must output JSONL [as described in the configuration docs](./configuration.md#workspace.discoverConfig). - Place `rust-project.json` file at the root of the project, and rust-analyzer will discover it. |