Skip to content

Commit 47373f4

Browse files
committed
Removes duplicate composer command
1 parent f305714 commit 47373f4

File tree

4 files changed

+1
-12
lines changed

4 files changed

+1
-12
lines changed

contributions.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4056,11 +4056,6 @@
40564056
"label": "Show Commits View",
40574057
"commandPalette": "gitlens:enabled"
40584058
},
4059-
"gitlens.showComposerPage": {
4060-
"label": "Open Commit Composer",
4061-
"icon": "$(gitlens-gitlens)",
4062-
"commandPalette": true
4063-
},
40644059
"gitlens.showContributorsView": {
40654060
"label": "Show Contributors View",
40664061
"commandPalette": "gitlens:enabled"

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7772,12 +7772,6 @@
77727772
"title": "Show Commits View",
77737773
"category": "GitLens"
77747774
},
7775-
{
7776-
"command": "gitlens.showComposerPage",
7777-
"title": "Open Commit Composer",
7778-
"category": "GitLens",
7779-
"icon": "$(gitlens-gitlens)"
7780-
},
77817775
{
77827776
"command": "gitlens.showContributorsView",
77837777
"title": "Show Contributors View",

src/constants.commands.generated.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,6 @@ export type ContributedPaletteCommands =
819819
| 'gitlens.showCommitSearch'
820820
| 'gitlens.showCommitsInView'
821821
| 'gitlens.showCommitsView'
822-
| 'gitlens.showComposerPage'
823822
| 'gitlens.showContributorsView'
824823
| 'gitlens.showDraftsView'
825824
| 'gitlens.showFileHistoryView'

src/constants.commands.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ type InternalGlCommands =
139139
| 'gitlens.openWorkingFile:command'
140140
| 'gitlens.refreshHover'
141141
| 'gitlens.regenerateMarkdownDocument'
142+
| 'gitlens.showComposerPage'
142143
| 'gitlens.toggleFileBlame:codelens'
143144
| 'gitlens.toggleFileBlame:mode'
144145
| 'gitlens.toggleFileBlame:statusbar'

0 commit comments

Comments
 (0)