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/editors/code | |
| 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/editors/code')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 7dc26c44366..2c7b129618b 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -1523,6 +1523,16 @@ { "title": "hover", "properties": { + "rust-analyzer.hover.actions.updateTest.enable": { + "markdownDescription": "Whether to show `Update Test` action. Only applies when\n`#rust-analyzer.hover.actions.enable#` and `#rust-analyzer.hover.actions.run.enable#` are set.", + "default": true, + "type": "boolean" + } + } + }, + { + "title": "hover", + "properties": { "rust-analyzer.hover.documentation.enable": { "markdownDescription": "Whether to show documentation on hover.", "default": true, |
