Skip to content

Commit 78029dd

Browse files
committed
Renames split command
1 parent 69ccbee commit 78029dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contributions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4531,7 +4531,7 @@
45314531
}
45324532
},
45334533
"gitlens.timeline.split": {
4534-
"label": "Split Visual File History",
4534+
"label": "Split Visual History",
45354535
"icon": "$(split-horizontal)",
45364536
"commandPalette": "gitlens:enabled && config.gitlens.visualHistory.allowMultiple",
45374537
"menus": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7818,7 +7818,7 @@
78187818
},
78197819
{
78207820
"command": "gitlens.timeline.split",
7821-
"title": "Split Visual File History",
7821+
"title": "Split Visual History",
78227822
"category": "GitLens",
78237823
"icon": "$(split-horizontal)"
78247824
},

0 commit comments

Comments
 (0)