Skip to content

Commit 689de03

Browse files
committed
Hide commands from command palette
1 parent 181f1d9 commit 689de03

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

package.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
{
215215
"command": "github-actions.settings.variable.delete",
216216
"category": "GitHub Actions",
217-
"title": "Update variable",
217+
"title": "Delete variable",
218218
"icon": {
219219
"dark": "resources/icons/dark/remove.svg",
220220
"light": "resources/icons/light/remove.svg"
@@ -414,6 +414,10 @@
414414
}
415415
],
416416
"commandPalette": [
417+
{
418+
"command": "github-actions.explorer.openRun",
419+
"when": "false"
420+
},
417421
{
418422
"command": "github-actions.explorer.openWorkflowFile",
419423
"when": "false"
@@ -427,13 +431,17 @@
427431
"when": "false"
428432
},
429433
{
430-
"command": "github-actions.workflow.run.cancel",
434+
"command": "github-actions.workflow.logs",
431435
"when": "false"
432436
},
433437
{
434438
"command": "github-actions.workflow.run.rerun",
435439
"when": "false"
436440
},
441+
{
442+
"command": "github-actions.workflow.run.cancel",
443+
"when": "false"
444+
},
437445
{
438446
"command": "github-actions.settings.secrets.manage",
439447
"when": "false"
@@ -442,6 +450,10 @@
442450
"command": "github-actions.settings.secret.add",
443451
"when": "false"
444452
},
453+
{
454+
"command": "github-actions.settings.secret.copy",
455+
"when": "false"
456+
},
445457
{
446458
"command": "github-actions.settings.secret.update",
447459
"when": "false"
@@ -462,6 +474,14 @@
462474
"command": "github-actions.settings.variable.delete",
463475
"when": "false"
464476
},
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+
},
465485
{
466486
"command": "github-actions.workflow.pin",
467487
"when": "false"

0 commit comments

Comments
 (0)