Show a validation warning when someone sets a setColorScheme action with an invalid scheme #10065

Open
opened 2026-01-31 02:11:35 +00:00 by claunia · 0 comments
Owner

Originally created by @zadjii-msft on GitHub (Aug 7, 2020).

Follow up from #6993.

Basically the title.

We'll have to scan the tree of actions manually for all the "set color scheme" actions, and ensure each of them has a valid scheme. We can't do this during the parsing of the arg itself, we'll have to do this manually in the Validate phase

Originally created by @zadjii-msft on GitHub (Aug 7, 2020). Follow up from #6993. Basically the title. We'll have to scan the tree of actions manually for all the "set color scheme" actions, and ensure each of them has a valid scheme. We can't do this during the parsing of the arg itself, we'll have to do this manually in the Validate phase
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10065