From: Stanislav Date: Thu, 8 Sep 2022 19:47:39 +0000 (+0300) Subject: fix comment round 2 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=0240294759379bc6807d2f1b87391075c84f6bf3;p=rust.git fix comment round 2 --- diff --git a/crates/rust-analyzer/src/config.rs b/crates/rust-analyzer/src/config.rs index 48a20189cc4..80a4b709e7c 100644 --- a/crates/rust-analyzer/src/config.rs +++ b/crates/rust-analyzer/src/config.rs @@ -220,7 +220,7 @@ struct ConfigData { /// Controls file watching implementation. files_watcher: FilesWatcherDef = "\"client\"", - /// Exclude imports in `Find All References` + /// Exclude imports from find-all-references. findAllRefs_excludeImports: bool = "false", /// Enables highlighting of related references while the cursor is on `break`, `loop`, `while`, or `for` keywords.