Mark the Memory Usage command as debug command

This commit is contained in:
Lukas Wirth 2022-11-05 00:30:21 +01:00
parent 6750f6b7c5
commit 26b5621018

View File

@ -122,6 +122,11 @@
"title": "Shuffle Crate Graph",
"category": "rust-analyzer (debug command)"
},
{
"command": "rust-analyzer.memoryUsage",
"title": "Memory Usage (Clears Database)",
"category": "rust-analyzer (debug command)"
},
{
"command": "rust-analyzer.viewCrateGraph",
"title": "View Crate Graph",
@ -177,11 +182,6 @@
"title": "Status",
"category": "rust-analyzer"
},
{
"command": "rust-analyzer.memoryUsage",
"title": "Memory Usage (Clears Database)",
"category": "rust-analyzer"
},
{
"command": "rust-analyzer.reloadWorkspace",
"title": "Reload workspace",