Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index bf9c4a366d..1406338a6c 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -520,6 +520,11 @@
"type": "boolean",
"default": false
},
+ "rust-analyzer.debug.buildBeforeRestart": {
+ "markdownDescription": "Whether to rebuild the project modules before debugging the same test again",
+ "type": "boolean",
+ "default": false
+ },
"rust-analyzer.debug.engineSettings": {
"type": "object",
"default": {},