diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d87d01ef851f..0aaa45ffe6461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Fixes [#3651](https://github.com/gitkraken/vscode-gitlens/issues/3651) - "Open on Remote (Web)" does not use tracked branch name - Fixes [#3657](https://github.com/gitkraken/vscode-gitlens/issues/3657) - Creating a worktree from within a worktree chooses the wrong path - 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)) +- Fixes [#3667](https://github.com/gitkraken/vscode-gitlens/issues/3667) - Makes Launchpad search by repo name ## [15.6.0] - 2024-10-07 diff --git a/src/plus/launchpad/launchpad.ts b/src/plus/launchpad/launchpad.ts index b8b2e56325ca2..9b4e0a5c25f4e 100644 --- a/src/plus/launchpad/launchpad.ts +++ b/src/plus/launchpad/launchpad.ts @@ -536,6 +536,7 @@ export class LaunchpadCommand extends QuickCommand { const step = createPickStep({ title: context.title, placeholder: placeholder, + matchOnDescription: true, matchOnDetail: true, items: items, buttons: [