|
147 | 147 | }, |
148 | 148 | { |
149 | 149 | "command": "ilspy.decompileAssemblyInWorkspace", |
150 | | - "title": "Add assembly from workspace", |
| 150 | + "title": "Add assembly or package from workspace", |
151 | 151 | "category": "ILSpy" |
152 | 152 | }, |
153 | 153 | { |
154 | 154 | "command": "ilspy.decompileAssemblyViaDialog", |
155 | | - "title": "Pick assembly from file system", |
| 155 | + "title": "Pick assembly or package from file system", |
156 | 156 | "category": "ILSpy" |
157 | 157 | }, |
158 | 158 | { |
159 | 159 | "command": "ilspy.unloadAssembly", |
160 | | - "title": "Unload Assembly", |
| 160 | + "title": "Unload", |
161 | 161 | "category": "ILSpy", |
162 | 162 | "icon": "$(close)" |
163 | 163 | }, |
164 | 164 | { |
165 | 165 | "command": "ilspy.reloadAssembly", |
166 | | - "title": "Reload Assembly", |
| 166 | + "title": "Reload", |
167 | 167 | "category": "ILSpy", |
168 | 168 | "icon": "$(refresh)" |
169 | 169 | }, |
|
194 | 194 | "command": "ilspy.export", |
195 | 195 | "title": "Export Decompiled Code...", |
196 | 196 | "category": "ILSpy", |
197 | | - "icon": "$(export)" |
| 197 | + "icon": "$(save-all)" |
198 | 198 | } |
199 | 199 | ], |
200 | 200 | "menus": { |
|
245 | 245 | "group": "inline@1" |
246 | 246 | }, |
247 | 247 | { |
248 | | - "command": "ilspy.unloadAssembly", |
249 | | - "when": "view == ilspyDecompiledMembers && viewItem =~ /#manageRootEntries/", |
| 248 | + "command": "ilspy.export", |
| 249 | + "when": "view == ilspyDecompiledMembers && viewItem =~ /#export/", |
250 | 250 | "group": "inline@2" |
251 | 251 | }, |
252 | 252 | { |
253 | | - "command": "ilspy.export", |
254 | | - "when": "view == ilspyDecompiledMembers && viewItem =~ /#export/", |
| 253 | + "command": "ilspy.unloadAssembly", |
| 254 | + "when": "view == ilspyDecompiledMembers && viewItem =~ /#manageRootEntries/", |
255 | 255 | "group": "inline@3" |
256 | 256 | } |
257 | 257 | ], |
|
0 commit comments