[PR #11233] [MERGED] Fix serialisation of findMatch action #28467

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11233
Author: @ianjoneill
Created: 9/15/2021
Status: Merged
Merged: 9/15/2021
Merged by: @undefined

Base: mainHead: f-fix-find-match-serialisation


📝 Commits (1)

  • f226f79 Fix serialisation of findMatch action

📊 Changes

2 files changed (+8 additions, -3 deletions)

View changed files

📝 src/cascadia/LocalTests_SettingsModel/SerializationTests.cpp (+7 -2)
📝 src/cascadia/TerminalSettingsModel/ActionArgs.h (+1 -1)

📄 Description

Summary of the Pull Request

Fixes the serialisation of the findMatch action so that the direction is stored.

PR Checklist

  • Closes How do I remove the right-click menu "open in Windows terminal"? (#11225)
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Documentation updated. If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated.
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Validation Steps Performed

Added a test and tested manually.


🔄 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/11233 **Author:** [@ianjoneill](https://github.com/ianjoneill) **Created:** 9/15/2021 **Status:** ✅ Merged **Merged:** 9/15/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `f-fix-find-match-serialisation` --- ### 📝 Commits (1) - [`f226f79`](https://github.com/microsoft/terminal/commit/f226f7908808bcf388f4db2e6f9b6aca8a8942f6) Fix serialisation of findMatch action ### 📊 Changes **2 files changed** (+8 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/LocalTests_SettingsModel/SerializationTests.cpp` (+7 -2) 📝 `src/cascadia/TerminalSettingsModel/ActionArgs.h` (+1 -1) </details> ### 📄 Description ## Summary of the Pull Request Fixes the serialisation of the findMatch action so that the direction is stored. ## PR Checklist * [x] Closes #11225 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Validation Steps Performed Added a test and tested manually. --- <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:42 +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#28467