diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-11-05 00:30:21 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-11-05 00:30:21 +0100 |
| commit | 26b56210185bcba16feff469e04ab0d22e30acb2 (patch) | |
| tree | a7af94ce27bbfd103ca1e815cedc048130ba9f6b | |
| parent | 6750f6b7c5b24e82c27ec611aa46e789bcd1b184 (diff) | |
| download | rust-26b56210185bcba16feff469e04ab0d22e30acb2.tar.gz rust-26b56210185bcba16feff469e04ab0d22e30acb2.zip | |
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 6f9d6f07998..82142bec2ea 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" |
