Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/configuration_generated.md')
-rw-r--r--docs/book/src/configuration_generated.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/book/src/configuration_generated.md b/docs/book/src/configuration_generated.md
index fd377616d9..4df17d77ed 100644
--- a/docs/book/src/configuration_generated.md
+++ b/docs/book/src/configuration_generated.md
@@ -1769,9 +1769,9 @@ will likely be useful:
**Warning**: This format is provisional and subject to change.
-The discover command should output JSON objects, one per
-line (JSONL format). These objects should correspond to
-this Rust data type:
+The discover command should output JSON objects to stdout,
+one per line (JSONL format). These objects should correspond
+to this Rust data type:
```norun
#[derive(Debug, Clone, Deserialize, Serialize)]
@@ -1812,6 +1812,9 @@ Only the finished event is required, but the other
variants are encouraged to give users more feedback about
progress or errors.
+Stderr is not parsed as JSONL. It is treated as command log
+output and forwarded to rust-analyzer's own logs.
+
## rust-analyzer.workspace.symbol.search.excludeImports {#workspace.symbol.search.excludeImports}