aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6a4cccf..7d04b9af 100644
--- a/README.md
+++ b/README.md
@@ -2907,6 +2907,10 @@ This server accepts configuration via the `settings` key.
Path to rust-analyzer executable (points to bundled binary by default)
+- **`rust-analyzer.trace.extension`**: `boolean`
+
+ Enable logging of VS Code extensions itself
+
- **`rust-analyzer.trace.server`**: `enum { "off", "messages", "verbose" }`
Default: `"off"`