|
198 | 198 | }, |
199 | 199 | { |
200 | 200 | "command": "mdb.refreshPlaygroundsFromTreeView", |
201 | | - "title": "Refresh" |
| 201 | + "title": "Refresh", |
| 202 | + "icon": { |
| 203 | + "light": "images/light/refresh.svg", |
| 204 | + "dark": "images/dark/refresh.svg" |
| 205 | + } |
202 | 206 | }, |
203 | 207 | { |
204 | 208 | "command": "mdb.createNewPlaygroundFromViewAction", |
|
210 | 214 | }, |
211 | 215 | { |
212 | 216 | "command": "mdb.createNewPlaygroundFromPlaygroundExplorer", |
213 | | - "title": "Create MongoDB Playground" |
| 217 | + "title": "Create MongoDB Playground", |
| 218 | + "icon": { |
| 219 | + "light": "images/light/add.svg", |
| 220 | + "dark": "images/dark/add.svg" |
| 221 | + } |
214 | 222 | }, |
215 | 223 | { |
216 | 224 | "command": "mdb.changeActiveConnection", |
|
240 | 248 | "command": "mdb.addConnection", |
241 | 249 | "title": "Add MongoDB Connection", |
242 | 250 | "icon": { |
243 | | - "light": "images/light/plus-circle.svg", |
244 | | - "dark": "images/dark/plus-circle.svg" |
| 251 | + "light": "images/light/add.svg", |
| 252 | + "dark": "images/dark/add.svg" |
245 | 253 | } |
246 | 254 | }, |
247 | 255 | { |
248 | 256 | "command": "mdb.addConnectionWithURI", |
249 | 257 | "title": "Add MongoDB Connection with Connection String...", |
250 | 258 | "icon": { |
251 | | - "light": "images/light/plus-circle.svg", |
252 | | - "dark": "images/dark/plus-circle.svg" |
| 259 | + "light": "images/light/add.svg", |
| 260 | + "dark": "images/dark/add.svg" |
253 | 261 | } |
254 | 262 | }, |
255 | 263 | { |
|
367 | 375 | "command": "mdb.createNewPlaygroundFromViewAction", |
368 | 376 | "when": "view == mongoDBPlaygroundsExplorer" |
369 | 377 | }, |
| 378 | + { |
| 379 | + "command": "mdb.createNewPlaygroundFromPlaygroundExplorer", |
| 380 | + "when": "view == mongoDBPlaygroundsExplorer", |
| 381 | + "group": "navigation@1" |
| 382 | + }, |
370 | 383 | { |
371 | 384 | "command": "mdb.refreshPlaygroundsFromTreeView", |
372 | | - "when": "view == mongoDBPlaygroundsExplorer" |
| 385 | + "when": "view == mongoDBPlaygroundsExplorer", |
| 386 | + "group": "navigation@5" |
| 387 | + }, |
| 388 | + { |
| 389 | + "command": "mdb.addConnection", |
| 390 | + "when": "view == mongoDBConnectionExplorer", |
| 391 | + "group": "navigation@1" |
373 | 392 | }, |
374 | 393 | { |
375 | 394 | "command": "mdb.addConnection", |
|
0 commit comments