Skip to content

Commit d63d7c7

Browse files
sergeibbbeamodio
authored andcommitted
Makes launchpad search by repo name
(#3666, #3667)
1 parent f094212 commit d63d7c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1212
- Fixes [#3651](https://github.com/gitkraken/vscode-gitlens/issues/3651) - "Open on Remote (Web)" does not use tracked branch name
1313
- Fixes [#3657](https://github.com/gitkraken/vscode-gitlens/issues/3657) - Creating a worktree from within a worktree chooses the wrong path
1414
- Fixes [#3090](https://github.com/gitkraken/vscode-gitlens/issues/3090) - Manually created empty bare clone repositories in a trusted directory crash worktree view since LocalGitProvider.findRepositoryUri returns just ".git" — thanks to [PR #3092](https://github.com/gitkraken/vscode-gitlens/pull/3092) by Dawn Hwang ([@hwangh95](https://github.com/hwangh95))
15+
- Fixes [#3667](https://github.com/gitkraken/vscode-gitlens/issues/3667) - Makes Launchpad search by repo name
1516

1617
## [15.6.0] - 2024-10-07
1718

src/plus/launchpad/launchpad.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ export class LaunchpadCommand extends QuickCommand<State> {
536536
const step = createPickStep({
537537
title: context.title,
538538
placeholder: placeholder,
539+
matchOnDescription: true,
539540
matchOnDetail: true,
540541
items: items,
541542
buttons: [

0 commit comments

Comments
 (0)