[PR #1122] [CLOSED] bugfix for saving profiles.json during runtime #24490

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1122
Author: @bb00
Created: 6/3/2019
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 1946c15 bugfix for saving profiles.json during runtime

📊 Changes

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

View changed files

📝 src/cascadia/TerminalApp/CascadiaSettingsSerialization.cpp (+1 -1)

📄 Description

Summary of the Pull Request

Remove unnecessary call at the end of _SaveAsPackagedApp which is called by SaveAll() and could be called to edit profiles.json from the runtime.

References

PR Checklist

  • Closes #xxx
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Requires documentation to be 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

Detailed Description of the Pull Request / Additional comments

The _SaveAsPackagedApp function was broken. When attempting to call _settings->SaveAll() from App.cpp, the app hangs indefinitely. I'm unsure why this fixes it, but I propose that we remove the unnecessary .get() method call from the end of line 241. This prevents lockups from calling CascadiaSettings::SaveAll() at runtime, which would be necessary to make profile creation more dynamic and UI-driven.


🔄 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/1122 **Author:** [@bb00](https://github.com/bb00) **Created:** 6/3/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`1946c15`](https://github.com/microsoft/terminal/commit/1946c158d88c7206191e9cd4aa1f31f5b8872903) bugfix for saving profiles.json during runtime ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CascadiaSettingsSerialization.cpp` (+1 -1) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Remove unnecessary call at the end of _SaveAsPackagedApp which is called by SaveAll() and could be called to edit profiles.json from the runtime. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [ ] Closes #xxx * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed - [ ] Requires documentation to be 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 <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments The `_SaveAsPackagedApp` function was broken. When attempting to call `_settings->SaveAll()` from App.cpp, the app hangs indefinitely. I'm unsure why this fixes it, but I propose that we remove the unnecessary .get() method call from the end of line 241. This prevents lockups from calling CascadiaSettings::SaveAll() at runtime, which would be necessary to make profile creation more dynamic and UI-driven. --- <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:03:36 +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#24490