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 a04886270b..daabab49ec 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -171,6 +171,11 @@
"category": "rust-analyzer"
},
{
+ "command": "rust-analyzer.childrenModules",
+ "title": "Locate children modules",
+ "category": "rust-analyzer"
+ },
+ {
"command": "rust-analyzer.joinLines",
"title": "Join lines",
"category": "rust-analyzer"
@@ -3374,6 +3379,10 @@
"when": "inRustProject"
},
{
+ "command": "rust-analyzer.childrenModule",
+ "when": "inRustProject"
+ },
+ {
"command": "rust-analyzer.joinLines",
"when": "inRustProject"
},