File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2721
2721
"enum": [
2722
2722
"localBranches",
2723
2723
"remoteBranches",
2724
+ "pullRequests",
2724
2725
"stashes",
2725
2726
"tags"
2726
2727
],
2727
2728
"enumDescriptions": [
2728
2729
"Marks the location of local branches",
2729
2730
"Marks the location of remote branches",
2731
+ "Marks the location of pull requests",
2730
2732
"Marks the location of stashes",
2731
2733
"Marks the location of tags"
2732
2734
]
2733
2735
},
2734
2736
"minItems": 0,
2735
- "maxItems": 4 ,
2737
+ "maxItems": 5 ,
2736
2738
"uniqueItems": true,
2737
2739
"markdownDescription": "Specifies additional markers to show on the scrollbar in the _Commit Graph_",
2738
2740
"scope": "window",
2920
2922
"enum": [
2921
2923
"localBranches",
2922
2924
"remoteBranches",
2925
+ "pullRequests",
2923
2926
"stashes",
2924
2927
"tags"
2925
2928
],
2926
2929
"enumDescriptions": [
2927
2930
"Marks the location of local branches",
2928
2931
"Marks the location of remote branches",
2932
+ "Marks the location of pull requests",
2929
2933
"Marks the location of stashes",
2930
2934
"Marks the location of tags"
2931
2935
]
2932
2936
},
2933
2937
"minItems": 0,
2934
- "maxItems": 4 ,
2938
+ "maxItems": 5 ,
2935
2939
"uniqueItems": true,
2936
2940
"markdownDescription": "Specifies additional markers to show on the minimap in the _Commit Graph_",
2937
2941
"scope": "window",
You can’t perform that action at this time.
0 commit comments