From 2bfa83beb36e7aa9d55baffa1ab2d076157bba97 Mon Sep 17 00:00:00 2001 From: roife Date: Wed, 25 Dec 2024 16:12:56 +0800 Subject: feat: add config `UpdateTest` to hover actions --- src/tools/rust-analyzer/editors/code/package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/tools/rust-analyzer/editors/code') 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 @@ -1520,6 +1520,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": { -- cgit 1.4.1-3-g733a5