Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 8df606d4c4..53c5a295ce 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -347,6 +347,11 @@ "command": "rust-analyzer.getFailedObligations", "title": "Get Failed Obligations", "category": "rust-analyzer (debug command)" + }, + { + "command": "rust-analyzer.evaluatePredicate", + "title": "Evaluate Predicate", + "category": "rust-analyzer" } ], "keybindings": [ @@ -3864,6 +3869,10 @@ { "command": "rust-analyzer.getFailedObligations", "when": "inRustProject" + }, + { + "command": "rust-analyzer.evaluatePredicate", + "when": "inRustProject" } ], "editor/context": [ |