[PR #11116] [MERGED] Teach Command Palette to filter out duplicate command lines #28418

Open
opened 2026-01-31 09:28:25 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11116
Author: @Don-Vito
Created: 9/1/2021
Status: Merged
Merged: 9/2/2021
Merged by: @undefined

Base: mainHead: 11093-dedup-command-lines


📝 Commits (3)

  • 919048f Teach Command Palette to filter out duplicate command lines
  • c581a58 Prevent NPE when no recent commands are stored in state
  • b181225 Remove deduplication from commands loading

📊 Changes

1 file changed (+31 additions, -7 deletions)

View changed files

📝 src/cascadia/TerminalApp/CommandPalette.cpp (+31 -7)

📄 Description

Closes #11093


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11116 **Author:** [@Don-Vito](https://github.com/Don-Vito) **Created:** 9/1/2021 **Status:** ✅ Merged **Merged:** 9/2/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `11093-dedup-command-lines` --- ### 📝 Commits (3) - [`919048f`](https://github.com/microsoft/terminal/commit/919048f048dff15c002e60b7f3d87573aa0521fd) Teach Command Palette to filter out duplicate command lines - [`c581a58`](https://github.com/microsoft/terminal/commit/c581a584ed4cddce3430aa5e0d5cdac7773f7fac) Prevent NPE when no recent commands are stored in state - [`b181225`](https://github.com/microsoft/terminal/commit/b1812255a6408963e66a6ee47185cabfec4855c1) Remove deduplication from commands loading ### 📊 Changes **1 file changed** (+31 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CommandPalette.cpp` (+31 -7) </details> ### 📄 Description Closes #11093 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:28:25 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28418