diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/src/bin/args.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/rust-analyzer/src/bin/args.rs b/crates/rust-analyzer/src/bin/args.rs index 2a532361d..3a7db6a18 100644 --- a/crates/rust-analyzer/src/bin/args.rs +++ b/crates/rust-analyzer/src/bin/args.rs | |||
@@ -50,6 +50,8 @@ FLAGS: | |||
50 | -vv, --spammy | 50 | -vv, --spammy |
51 | -q, --quiet Set verbosity | 51 | -q, --quiet Set verbosity |
52 | 52 | ||
53 | --print-config-schema | ||
54 | Dump a LSP config JSON schema | ||
53 | --log-file <PATH> Log to the specified file instead of stderr | 55 | --log-file <PATH> Log to the specified file instead of stderr |
54 | --no-log-buffering | 56 | --no-log-buffering |
55 | Flush log records to the file immediately | 57 | Flush log records to the file immediately |