about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorhkalbasi <hamidrezakalbasi@protonmail.com>2023-02-03 14:46:25 +0330
committerhkalbasi <hamidrezakalbasi@protonmail.com>2023-02-27 23:45:54 +0330
commitcd67589f63bff4356ef933dd090f97de4acb9b52 (patch)
tree745bc3b51f93b3cf20557e8e8043ebe1a1c9c6c4 /editors/code/package.json
parentb881deb66a68815fffce3ca4469b0f7792baa766 (diff)
downloadrust-cd67589f63bff4356ef933dd090f97de4acb9b52.tar.gz
rust-cd67589f63bff4356ef933dd090f97de4acb9b52.zip
beginning of MIR
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 3610e993f82..181dff76a29 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1110,6 +1110,11 @@
                     "default": false,
                     "type": "boolean"
                 },
+                "rust-analyzer.interpret.tests": {
+                    "markdownDescription": "Enables the experimental support for interpreting tests.",
+                    "default": false,
+                    "type": "boolean"
+                },
                 "rust-analyzer.joinLines.joinAssignments": {
                     "markdownDescription": "Join lines merges consecutive declaration and initialization of an assignment.",
                     "default": true,