Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 97db1322dd..d0410c70da 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -339,6 +339,11 @@
"command": "rust-analyzer.openWalkthrough",
"title": "Open Walkthrough",
"category": "rust-analyzer"
+ },
+ {
+ "command": "rust-analyzer.getFailedObligations",
+ "title": "Get Failed Obligations",
+ "category": "rust-analyzer (debug command)"
}
],
"keybindings": [
@@ -3700,6 +3705,10 @@
{
"command": "rust-analyzer.syntaxTreeShowWhitespace",
"when": "false"
+ },
+ {
+ "command": "rust-analyzer.getFailedObligations",
+ "when": "inRustProject"
}
],
"editor/context": [