|
43 | 43 | "contributes": { |
44 | 44 | "commands": [ |
45 | 45 | { |
46 | | - "command": "entityframework.removeMigration", |
| 46 | + "command": "entityframework.removeMigrations", |
47 | 47 | "title": "Remove Migration", |
48 | 48 | "icon": { |
49 | 49 | "light": "icons/trash_light.svg", |
|
119 | 119 | "explorer": [ |
120 | 120 | { |
121 | 121 | "id": "entityframeworkTree", |
122 | | - "name": "EF Migrations" |
| 122 | + "name": "Entity Framework" |
123 | 123 | } |
124 | 124 | ] |
125 | 125 | }, |
|
130 | 130 | "when": "false" |
131 | 131 | }, |
132 | 132 | { |
133 | | - "command": "entityframework.removeMigration", |
| 133 | + "command": "entityframework.removeMigrations", |
134 | 134 | "when": "false" |
135 | 135 | }, |
136 | 136 | { |
|
171 | 171 | ], |
172 | 172 | "view/item/context": [ |
173 | 173 | { |
174 | | - "command": "entityframework.removeMigration", |
| 174 | + "command": "entityframework.removeMigrations", |
175 | 175 | "when": "viewItem =~ /^migration-.*\\|?can-remove\\|?.*$/", |
176 | 176 | "group": "inline@1" |
177 | 177 | }, |
178 | 178 | { |
179 | | - "command": "entityframework.removeMigration", |
| 179 | + "command": "entityframework.removeMigrations", |
180 | 180 | "when": "viewItem =~ /^migration-.*\\|?can-remove\\|?.*$/", |
181 | 181 | "group": "context@2" |
182 | 182 | }, |
|
203 | 203 | { |
204 | 204 | "command": "entityframework.addMigration", |
205 | 205 | "when": "viewItem == dbContext", |
206 | | - "group": "context@4" |
| 206 | + "group": "inline@4" |
207 | 207 | }, |
208 | 208 | { |
209 | 209 | "command": "entityframework.addMigration", |
210 | 210 | "when": "viewItem == dbContext", |
211 | | - "group": "inline@4" |
| 211 | + "group": "context@1" |
212 | 212 | }, |
213 | 213 | { |
214 | 214 | "command": "entityframework.generateScript", |
215 | 215 | "when": "viewItem == dbContext", |
216 | | - "group": "context@3" |
| 216 | + "group": "inline@3" |
217 | 217 | }, |
218 | 218 | { |
219 | 219 | "command": "entityframework.generateScript", |
220 | 220 | "when": "viewItem == dbContext", |
221 | | - "group": "inline@3" |
| 221 | + "group": "context@2" |
222 | 222 | }, |
223 | 223 | { |
224 | 224 | "command": "entityframework.generateERD", |
|
228 | 228 | { |
229 | 229 | "command": "entityframework.generateERD", |
230 | 230 | "when": "viewItem == dbContext", |
231 | | - "group": "context@2" |
| 231 | + "group": "context@3" |
232 | 232 | }, |
233 | 233 | { |
234 | 234 | "command": "entityframework.dbContextInfo", |
|
238 | 238 | { |
239 | 239 | "command": "entityframework.dbContextInfo", |
240 | 240 | "when": "viewItem == dbContext", |
241 | | - "group": "context@1" |
| 241 | + "group": "context@4" |
242 | 242 | }, |
243 | 243 | { |
244 | 244 | "command": "entityframework.scaffold", |
|
0 commit comments