We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6750f6b commit 26b5621Copy full SHA for 26b5621
editors/code/package.json
@@ -122,6 +122,11 @@
122
"title": "Shuffle Crate Graph",
123
"category": "rust-analyzer (debug command)"
124
},
125
+ {
126
+ "command": "rust-analyzer.memoryUsage",
127
+ "title": "Memory Usage (Clears Database)",
128
+ "category": "rust-analyzer (debug command)"
129
+ },
130
{
131
"command": "rust-analyzer.viewCrateGraph",
132
"title": "View Crate Graph",
@@ -177,11 +182,6 @@
177
182
"title": "Status",
178
183
"category": "rust-analyzer"
179
184
180
- {
181
- "command": "rust-analyzer.memoryUsage",
- "title": "Memory Usage (Clears Database)",
- "category": "rust-analyzer"
- },
185
186
"command": "rust-analyzer.reloadWorkspace",
187
"title": "Reload workspace",
0 commit comments