diff options
| author | hkalbasi <hamidrezakalbasi@protonmail.com> | 2023-02-03 14:46:25 +0330 |
|---|---|---|
| committer | hkalbasi <hamidrezakalbasi@protonmail.com> | 2023-02-27 23:45:54 +0330 |
| commit | cd67589f63bff4356ef933dd090f97de4acb9b52 (patch) | |
| tree | 745bc3b51f93b3cf20557e8e8043ebe1a1c9c6c4 /editors/code | |
| parent | b881deb66a68815fffce3ca4469b0f7792baa766 (diff) | |
| download | rust-cd67589f63bff4356ef933dd090f97de4acb9b52.tar.gz rust-cd67589f63bff4356ef933dd090f97de4acb9b52.zip | |
beginning of MIR
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/package.json | 5 |
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, |
