|
185 | 185 | "category": "PowerShell"
|
186 | 186 | },
|
187 | 187 | {
|
188 |
| - "command": "workbench.action.debug.start", |
| 188 | + "command": "PowerShell.Debug.Start", |
189 | 189 | "title": "Run",
|
190 | 190 | "category": "PowerShell",
|
191 | 191 | "icon": {
|
|
273 | 273 | "category": "PowerShell"
|
274 | 274 | },
|
275 | 275 | {
|
276 |
| - "command": "workbench.action.closePanel", |
| 276 | + "command": "PowerShell.ClosePanel", |
277 | 277 | "title": "Close panel",
|
278 | 278 | "category": "PowerShell",
|
279 | 279 | "icon": {
|
|
282 | 282 | }
|
283 | 283 | },
|
284 | 284 | {
|
285 |
| - "command": "workbench.action.positionPanelLeft", |
| 285 | + "command": "PowerShell.PositionPanelLeft", |
286 | 286 | "title": "Move panel left",
|
287 | 287 | "category": "PowerShell",
|
288 | 288 | "icon": {
|
|
291 | 291 | }
|
292 | 292 | },
|
293 | 293 | {
|
294 |
| - "command": "workbench.action.positionPanelBottom", |
| 294 | + "command": "PowerShell.PositionPanelBottom", |
295 | 295 | "title": "Move panel to bottom",
|
296 | 296 | "category": "PowerShell",
|
297 | 297 | "icon": {
|
|
355 | 355 | "editor/title": [
|
356 | 356 | {
|
357 | 357 | "when": "editorLangId == powershell && config.powershell.buttons.showPanelMovementButtons",
|
358 |
| - "command": "workbench.action.positionPanelBottom", |
| 358 | + "command": "PowerShell.PositionPanelBottom", |
359 | 359 | "group": "navigation@97"
|
360 | 360 | },
|
361 | 361 | {
|
362 | 362 | "when": "editorLangId == powershell && config.powershell.buttons.showPanelMovementButtons",
|
363 |
| - "command": "workbench.action.positionPanelLeft", |
| 363 | + "command": "PowerShell.PositionPanelLeft", |
364 | 364 | "group": "navigation@98"
|
365 | 365 | },
|
366 | 366 | {
|
367 | 367 | "when": "editorLangId == powershell && config.powershell.buttons.showPanelMovementButtons",
|
368 |
| - "command": "workbench.action.closePanel", |
| 368 | + "command": "PowerShell.ClosePanel", |
369 | 369 | "group": "navigation@99"
|
370 | 370 | },
|
371 | 371 | {
|
372 | 372 | "when": "editorLangId == powershell && config.powershell.buttons.showRunButtons",
|
373 |
| - "command": "workbench.action.debug.start", |
| 373 | + "command": "PowerShell.Debug.Start", |
374 | 374 | "group": "navigation@100"
|
375 | 375 | },
|
376 | 376 | {
|
|
0 commit comments