|
100 | 100 | {
|
101 | 101 | "command": "rust-analyzer.syntaxTree",
|
102 | 102 | "title": "Show Syntax Tree",
|
103 |
| - "category": "rust-analyzer" |
| 103 | + "category": "rust-analyzer (debug command)" |
104 | 104 | },
|
105 | 105 | {
|
106 | 106 | "command": "rust-analyzer.viewHir",
|
107 | 107 | "title": "View Hir",
|
108 |
| - "category": "rust-analyzer" |
| 108 | + "category": "rust-analyzer (debug command)" |
109 | 109 | },
|
110 | 110 | {
|
111 | 111 | "command": "rust-analyzer.viewFileText",
|
112 | 112 | "title": "View File Text (as seen by the server)",
|
113 |
| - "category": "rust-analyzer" |
| 113 | + "category": "rust-analyzer (debug command)" |
114 | 114 | },
|
115 | 115 | {
|
116 | 116 | "command": "rust-analyzer.viewItemTree",
|
117 | 117 | "title": "Debug ItemTree",
|
118 |
| - "category": "rust-analyzer" |
| 118 | + "category": "rust-analyzer (debug command)" |
| 119 | + }, |
| 120 | + { |
| 121 | + "command": "rust-analyzer.shuffleCrateGraph", |
| 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)" |
119 | 129 | },
|
120 | 130 | {
|
121 | 131 | "command": "rust-analyzer.viewCrateGraph",
|
|
172 | 182 | "title": "Status",
|
173 | 183 | "category": "rust-analyzer"
|
174 | 184 | },
|
175 |
| - { |
176 |
| - "command": "rust-analyzer.memoryUsage", |
177 |
| - "title": "Memory Usage (Clears Database)", |
178 |
| - "category": "rust-analyzer" |
179 |
| - }, |
180 |
| - { |
181 |
| - "command": "rust-analyzer.shuffleCrateGraph", |
182 |
| - "title": "Shuffle Crate Graph", |
183 |
| - "category": "rust-analyzer" |
184 |
| - }, |
185 | 185 | {
|
186 | 186 | "command": "rust-analyzer.reloadWorkspace",
|
187 | 187 | "title": "Reload workspace",
|
|
0 commit comments