Skip to content

Commit 26b5621

Browse files
committed
Mark the Memory Usage command as debug command
1 parent 6750f6b commit 26b5621

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

editors/code/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@
122122
"title": "Shuffle Crate Graph",
123123
"category": "rust-analyzer (debug command)"
124124
},
125+
{
126+
"command": "rust-analyzer.memoryUsage",
127+
"title": "Memory Usage (Clears Database)",
128+
"category": "rust-analyzer (debug command)"
129+
},
125130
{
126131
"command": "rust-analyzer.viewCrateGraph",
127132
"title": "View Crate Graph",
@@ -177,11 +182,6 @@
177182
"title": "Status",
178183
"category": "rust-analyzer"
179184
},
180-
{
181-
"command": "rust-analyzer.memoryUsage",
182-
"title": "Memory Usage (Clears Database)",
183-
"category": "rust-analyzer"
184-
},
185185
{
186186
"command": "rust-analyzer.reloadWorkspace",
187187
"title": "Reload workspace",

0 commit comments

Comments
 (0)