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 79e2c62e82..d46c248cd4 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -121,6 +121,11 @@
"category": "rust-analyzer (debug command)"
},
{
+ "command": "rust-analyzer.interpretFunction",
+ "title": "Interpret Function",
+ "category": "rust-analyzer (debug command)"
+ },
+ {
"command": "rust-analyzer.viewFileText",
"title": "View File Text (as seen by the server)",
"category": "rust-analyzer (debug command)"