Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index b9249e9ac8..7dc26c4436 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -407,6 +407,11 @@
"$rustc"
],
"markdownDescription": "Problem matchers to use for `rust-analyzer.run` command, eg `[\"$rustc\", \"$rust-panic\"]`."
+ },
+ "rust-analyzer.runnables.askBeforeUpdateTest": {
+ "type": "boolean",
+ "default": true,
+ "markdownDescription": "Ask before updating the test when running it."
}
}
},
@@ -2296,6 +2301,16 @@
}
},
{
+ "title": "lens",
+ "properties": {
+ "rust-analyzer.lens.update.test.enable": {
+ "markdownDescription": "Whether to show `Update Test` lens. Only applies when\n`#rust-analyzer.lens.enable#` and `#rust-analyzer.lens.run.enable#` are set.",
+ "default": true,
+ "type": "boolean"
+ }
+ }
+ },
+ {
"title": "general",
"properties": {
"rust-analyzer.linkedProjects": {