Skip to content

Commit cdb0e0a

Browse files
Adds PR markers to package settings
1 parent b74068b commit cdb0e0a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,18 +2721,20 @@
27212721
"enum": [
27222722
"localBranches",
27232723
"remoteBranches",
2724+
"pullRequests",
27242725
"stashes",
27252726
"tags"
27262727
],
27272728
"enumDescriptions": [
27282729
"Marks the location of local branches",
27292730
"Marks the location of remote branches",
2731+
"Marks the location of pull requests",
27302732
"Marks the location of stashes",
27312733
"Marks the location of tags"
27322734
]
27332735
},
27342736
"minItems": 0,
2735-
"maxItems": 4,
2737+
"maxItems": 5,
27362738
"uniqueItems": true,
27372739
"markdownDescription": "Specifies additional markers to show on the scrollbar in the _Commit Graph_",
27382740
"scope": "window",
@@ -2920,18 +2922,20 @@
29202922
"enum": [
29212923
"localBranches",
29222924
"remoteBranches",
2925+
"pullRequests",
29232926
"stashes",
29242927
"tags"
29252928
],
29262929
"enumDescriptions": [
29272930
"Marks the location of local branches",
29282931
"Marks the location of remote branches",
2932+
"Marks the location of pull requests",
29292933
"Marks the location of stashes",
29302934
"Marks the location of tags"
29312935
]
29322936
},
29332937
"minItems": 0,
2934-
"maxItems": 4,
2938+
"maxItems": 5,
29352939
"uniqueItems": true,
29362940
"markdownDescription": "Specifies additional markers to show on the minimap in the _Commit Graph_",
29372941
"scope": "window",

0 commit comments

Comments
 (0)