[PR #10513] Introduce a basic ApplicationState class #28093

Closed
opened 2026-01-31 09:26:16 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/10513

State: closed
Merged: Yes


This commit introduces a basic ApplicationState class, without being used for anything yet to aid reviewers. At a later point actual usages of this new class may be added separately.

References

This commit is an initial step towards implementing #8324.

PR Checklist

  • I work here
  • Tests added/passed

Validation Steps Performed

  • Creating a state.json with {"generatedProfiles":["{53e75ed9-2b63-4118-856d-0510c4f6b97e}"]} updates the ApplicationState, as observed through a debugger ✔️
  • Deleting the "generatedProfiles" field sets the corresponding field back to nullopt ✔️
**Original Pull Request:** https://github.com/microsoft/terminal/pull/10513 **State:** closed **Merged:** Yes --- This commit introduces a basic ApplicationState class, without being used for anything yet to aid reviewers. At a later point actual usages of this new class may be added separately. ## References This commit is an initial step towards implementing #8324. ## PR Checklist * [x] I work here * [x] Tests added/passed ## Validation Steps Performed * Creating a `state.json` with `{"generatedProfiles":["{53e75ed9-2b63-4118-856d-0510c4f6b97e}"]}` updates the ApplicationState, as observed through a debugger ✔️ * Deleting the "generatedProfiles" field sets the corresponding field back to nullopt ✔️
claunia added the pull-request label 2026-01-31 09:26:16 +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#28093