mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Mark the Memory Usage command as debug command
This commit is contained in:
parent
6750f6b7c5
commit
26b5621018
@ -122,6 +122,11 @@
|
|||||||
"title": "Shuffle Crate Graph",
|
"title": "Shuffle Crate Graph",
|
||||||
"category": "rust-analyzer (debug command)"
|
"category": "rust-analyzer (debug command)"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"command": "rust-analyzer.memoryUsage",
|
||||||
|
"title": "Memory Usage (Clears Database)",
|
||||||
|
"category": "rust-analyzer (debug command)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "rust-analyzer.viewCrateGraph",
|
"command": "rust-analyzer.viewCrateGraph",
|
||||||
"title": "View Crate Graph",
|
"title": "View Crate Graph",
|
||||||
@ -177,11 +182,6 @@
|
|||||||
"title": "Status",
|
"title": "Status",
|
||||||
"category": "rust-analyzer"
|
"category": "rust-analyzer"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"command": "rust-analyzer.memoryUsage",
|
|
||||||
"title": "Memory Usage (Clears Database)",
|
|
||||||
"category": "rust-analyzer"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"command": "rust-analyzer.reloadWorkspace",
|
"command": "rust-analyzer.reloadWorkspace",
|
||||||
"title": "Reload workspace",
|
"title": "Reload workspace",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user