Skip to content

Commit 08ef807

Browse files
committed
Enable commit message searching in the commit selection QuickPick
1 parent 53b364b commit 08ef807

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/editor/src/commands/apply-context-command/sources/commit-files-source.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export const handle_commit_files_source = async (
4949
>()
5050
quick_pick.items = commits
5151
quick_pick.placeholder = t('command.apply-context.commit.select')
52+
quick_pick.matchOnDetail = true
5253
quick_pick.buttons = [vscode.QuickInputButtons.Back]
5354

5455
const selected_commit = await new Promise<

0 commit comments

Comments
 (0)