Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index daabab49ec..ae05992321 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -171,8 +171,8 @@
"category": "rust-analyzer"
},
{
- "command": "rust-analyzer.childrenModules",
- "title": "Locate children modules",
+ "command": "rust-analyzer.childModules",
+ "title": "Locate child modules",
"category": "rust-analyzer"
},
{
@@ -3379,7 +3379,7 @@
"when": "inRustProject"
},
{
- "command": "rust-analyzer.childrenModule",
+ "command": "rust-analyzer.childModules",
"when": "inRustProject"
},
{