diff options
| author | roife <roifewu@gmail.com> | 2024-12-25 16:12:56 +0800 |
|---|---|---|
| committer | roife <roifewu@gmail.com> | 2024-12-26 19:51:14 +0800 |
| commit | 2bfa83beb36e7aa9d55baffa1ab2d076157bba97 (patch) | |
| tree | 4c6d4155ad1b7f17817d6019f97e41dfba47b4f2 /src/tools/rust-analyzer/docs | |
| parent | 147d1ddfd484f2ca68110db968f2afd916d14d07 (diff) | |
| download | rust-2bfa83beb36e7aa9d55baffa1ab2d076157bba97.tar.gz rust-2bfa83beb36e7aa9d55baffa1ab2d076157bba97.zip | |
feat: add config `UpdateTest` to hover actions
Diffstat (limited to 'src/tools/rust-analyzer/docs')
| -rw-r--r-- | src/tools/rust-analyzer/docs/user/generated_config.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/docs/user/generated_config.adoc b/src/tools/rust-analyzer/docs/user/generated_config.adoc index f5cdcc2b726..c78d577fff4 100644 --- a/src/tools/rust-analyzer/docs/user/generated_config.adoc +++ b/src/tools/rust-analyzer/docs/user/generated_config.adoc @@ -497,6 +497,12 @@ Whether to show `References` action. Only applies when Whether to show `Run` action. Only applies when `#rust-analyzer.hover.actions.enable#` is set. -- +[[rust-analyzer.hover.actions.updateTest.enable]]rust-analyzer.hover.actions.updateTest.enable (default: `true`):: ++ +-- +Whether to show `Update Test` action. Only applies when +`#rust-analyzer.hover.actions.enable#` and `#rust-analyzer.hover.actions.run.enable#` are set. +-- [[rust-analyzer.hover.documentation.enable]]rust-analyzer.hover.documentation.enable (default: `true`):: + -- |
