|
214 | 214 | { |
215 | 215 | "command": "github-actions.settings.variable.delete", |
216 | 216 | "category": "GitHub Actions", |
217 | | - "title": "Update variable", |
| 217 | + "title": "Delete variable", |
218 | 218 | "icon": { |
219 | 219 | "dark": "resources/icons/dark/remove.svg", |
220 | 220 | "light": "resources/icons/light/remove.svg" |
|
414 | 414 | } |
415 | 415 | ], |
416 | 416 | "commandPalette": [ |
| 417 | + { |
| 418 | + "command": "github-actions.explorer.openRun", |
| 419 | + "when": "false" |
| 420 | + }, |
417 | 421 | { |
418 | 422 | "command": "github-actions.explorer.openWorkflowFile", |
419 | 423 | "when": "false" |
|
427 | 431 | "when": "false" |
428 | 432 | }, |
429 | 433 | { |
430 | | - "command": "github-actions.workflow.run.cancel", |
| 434 | + "command": "github-actions.workflow.logs", |
431 | 435 | "when": "false" |
432 | 436 | }, |
433 | 437 | { |
434 | 438 | "command": "github-actions.workflow.run.rerun", |
435 | 439 | "when": "false" |
436 | 440 | }, |
| 441 | + { |
| 442 | + "command": "github-actions.workflow.run.cancel", |
| 443 | + "when": "false" |
| 444 | + }, |
437 | 445 | { |
438 | 446 | "command": "github-actions.settings.secrets.manage", |
439 | 447 | "when": "false" |
|
442 | 450 | "command": "github-actions.settings.secret.add", |
443 | 451 | "when": "false" |
444 | 452 | }, |
| 453 | + { |
| 454 | + "command": "github-actions.settings.secret.copy", |
| 455 | + "when": "false" |
| 456 | + }, |
445 | 457 | { |
446 | 458 | "command": "github-actions.settings.secret.update", |
447 | 459 | "when": "false" |
|
462 | 474 | "command": "github-actions.settings.variable.delete", |
463 | 475 | "when": "false" |
464 | 476 | }, |
| 477 | + { |
| 478 | + "command": "github-actions.settings.variable.copy-name", |
| 479 | + "when": "false" |
| 480 | + }, |
| 481 | + { |
| 482 | + "command": "github-actions.settings.variable.copy-value", |
| 483 | + "when": "false" |
| 484 | + }, |
465 | 485 | { |
466 | 486 | "command": "github-actions.workflow.pin", |
467 | 487 | "when": "false" |
|
0 commit comments