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