Unnamed repository; edit this file 'description' to name the repository.
Mark the Memory Usage command as debug command
| -rw-r--r-- | editors/code/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 6f9d6f0799..82142bec2e 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -123,6 +123,11 @@ "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", "category": "rust-analyzer" @@ -178,11 +183,6 @@ "category": "rust-analyzer" }, { - "command": "rust-analyzer.memoryUsage", - "title": "Memory Usage (Clears Database)", - "category": "rust-analyzer" - }, - { "command": "rust-analyzer.reloadWorkspace", "title": "Reload workspace", "category": "rust-analyzer" |