[PR #4342] [MERGED] Allow string values (like "system") in the rowsToScroll schema #25715

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/4342
Author: @iamakulov
Created: 1/23/2020
Status: Merged
Merged: 1/24/2020
Merged by: @DHowett-MSFT

Base: masterHead: patch-1


📝 Commits (1)

  • b5d4c93 Allow string values (like "system") in the rowsToScroll schema

📊 Changes

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

View changed files

📝 doc/cascadia/profiles.schema.json (+1 -1)

📄 Description

Summary of the Pull Request

In https://github.com/microsoft/terminal/pull/3575, Terminal added support for the rowsToScroll field – which accepts integers or "system". However, the settings schema only allows integers:

e675de3a88/doc/cascadia/profiles.schema.json (L289-L295)

which means writing rowsToScroll: "system" produces the following warning:

image

This PR fixes the issue.

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

Validation Steps Performed

  1. Opened settings and replaced the $schema field with the updated schema from my fork (https://raw.githubusercontent.com/iamakulov/terminal/b5d4c9337d3f323613dd5209bb68decb86cce667/doc/cascadia/profiles.schema.json).
  2. Validated that the "system" value doesn’t produce the warning anymore
  3. Validated that the value of false (i.e., a boolean – a type that’s not accepted) still produces a warning

🔄 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/4342 **Author:** [@iamakulov](https://github.com/iamakulov) **Created:** 1/23/2020 **Status:** ✅ Merged **Merged:** 1/24/2020 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b5d4c93`](https://github.com/microsoft/terminal/commit/b5d4c9337d3f323613dd5209bb68decb86cce667) Allow string values (like "system") in the `rowsToScroll` schema ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `doc/cascadia/profiles.schema.json` (+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 In https://github.com/microsoft/terminal/pull/3575, Terminal added support for the `rowsToScroll` field – which accepts integers or `"system"`. However, the settings schema only allows integers: https://github.com/microsoft/terminal/blob/e675de3a881dfc70bd018e2593ad6e3043d2d13c/doc/cascadia/profiles.schema.json#L289-L295 which means writing `rowsToScroll: "system"` produces the following warning: ![image](https://user-images.githubusercontent.com/2953267/72982139-78b7a200-3def-11ea-8ab8-5e25e324cc6f.png) This PR fixes the issue. <!-- 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 <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed 1. Opened settings and replaced the `$schema` field with the updated schema from my fork (https://raw.githubusercontent.com/iamakulov/terminal/b5d4c9337d3f323613dd5209bb68decb86cce667/doc/cascadia/profiles.schema.json). 2. Validated that the `"system"` value doesn’t produce the warning anymore 3. Validated that the value of `false` (i.e., a boolean – a type that’s not accepted) still produces a warning --- <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:11:19 +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#25715