We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6c760 commit ef30150Copy full SHA for ef30150
src/plus/launchpad/launchpad.ts
@@ -734,7 +734,7 @@ export class LaunchpadCommand extends QuickCommand<State> {
734
LaunchpadSettingsQuickInputButton,
735
RefreshQuickInputButton,
736
],
737
- // TODO@axosoft-ramint why is this needed?
+ // Used to persist the search value when switching between non-search and search mode
738
onDidActivate: quickpick => {
739
if (!this.savedSearch?.length) return;
740
0 commit comments