File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
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 ,
You can’t perform that action at this time.
0 commit comments