Skip to content

Commit 7de6ed7

Browse files
committed
Adds missing gitCommands.skipConfirmations values
1 parent d4b14d6 commit 7de6ed7

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,10 @@
529529
"items": {
530530
"type": "string",
531531
"enum": [
532+
"branch-create:command",
533+
"branch-create:menu",
534+
"co-authors:command",
535+
"co-authors:menu",
532536
"fetch:command",
533537
"fetch:menu",
534538
"pull:command",
@@ -542,9 +546,15 @@
542546
"stash-push:command",
543547
"stash-push:menu",
544548
"switch:command",
545-
"switch:menu"
549+
"switch:menu",
550+
"tag-create:command",
551+
"tag-create:menu"
546552
],
547553
"enumDescriptions": [
554+
"Skips branch create confirmations when run from a command, e.g. a view action",
555+
"Skips branch create confirmations when run from the `Git Commands` menu",
556+
"Skips co-author confirmations when run from a command, e.g. a view action",
557+
"Skips co-author confirmations when run from the `Git Commands` menu",
548558
"Skips fetch confirmations when run from a command, e.g. a view action",
549559
"Skips fetch confirmations when run from the `Git Commands` menu",
550560
"Skips pull confirmations when run from a command, e.g. a view action",
@@ -558,7 +568,9 @@
558568
"Skips stash push confirmations when run from a command, e.g. a view action",
559569
"Skips stash push confirmations when run from the `Git Commands` menu",
560570
"Skips switch confirmations when run from a command, e.g. a view action",
561-
"Skips switch confirmations when run from the `Git Commands` menu"
571+
"Skips switch confirmations when run from the `Git Commands` menu",
572+
"Skips tag create confirmations when run from a command, e.g. a view action",
573+
"Skips tag create confirmations when run from the `Git Commands` menu"
562574
]
563575
},
564576
"minItems": 0,

0 commit comments

Comments
 (0)