[PR #17696] schema: add reloadEnvironmentVariables to newTerminalArgs #31332

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

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

State: closed
Merged: Yes


Updates the schema to include reloadEnvironmentVariables for New Terminal Args.

Other properties that aren't included:

  • __content: we're explicitly not including this in the schema since it's only used internally. In fact, we even throw an error if it is defined (sample code)!
  • sessionId: there isn't really a legit use for this one, so we'll leave it undocumented and as an implementation detail.

Closes #17469

**Original Pull Request:** https://github.com/microsoft/terminal/pull/17696 **State:** closed **Merged:** Yes --- Updates the schema to include `reloadEnvironmentVariables` for New Terminal Args. Other properties that aren't included: - `__content`: we're explicitly not including this in the schema since it's only used internally. In fact, we even throw an error if it is defined (sample code)! - `sessionId`: there isn't really a legit use for this one, so we'll leave it undocumented and as an implementation detail. Closes #17469 [sample code]: https://github.com/microsoft/terminal/blame/0199ca33ddb4a02ca3549627d772ce6b330ed1ce/src/cascadia/TerminalSettingsModel/ActionArgs.h
claunia added the pull-request label 2026-01-31 09:46:37 +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#31332