[PR #16652] schema: add experimental.repositionCursorWithMouse #30968

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

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

State: closed
Merged: Yes


Summary of the Pull Request

Add experimental.repositionCursorWithMouse to profiles.schema.json. So when editing settings.json with vscode, it autocompletes and don't complain.

References and Relevant Issues

Detailed Description of the Pull Request / Additional comments

Not really relevant, but how I found out this was missing: It was experimental.moveCursorWithMouse early in the feature implementation PR. I was in my personal list to check out the feature, finally I tried to test it today, couldn't make it work cause I was trying with moveCursorWithMouse. VScode also wasn't much help as experimental. autocomplete didn't contain this value. After looking over the PR thoroughly and the relevant docs PR I realized my mistake.

Validation Steps Performed

I set $schema to my patched one's url and vscode no longer complains about experimental.repositionCursorWithMouse. Autocompletes and also shows description on hover.

PR Checklist

  • Closes #xxx N/A
  • Tests added/passed N/A
  • Documentation updated N/A
    • If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated (if necessary)
**Original Pull Request:** https://github.com/microsoft/terminal/pull/16652 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Add experimental.repositionCursorWithMouse to profiles.schema.json. So when editing settings.json with vscode, it autocompletes and don't complain. ## References and Relevant Issues ## Detailed Description of the Pull Request / Additional comments Not really relevant, but how I found out this was missing: It was `experimental.moveCursorWithMouse` early in the feature implementation PR. I was in my personal list to check out the feature, finally I tried to test it today, couldn't make it work cause I was trying with `moveCursorWithMouse`. VScode also wasn't much help as `experimental.` autocomplete didn't contain this value. After looking over the PR thoroughly and the relevant docs PR I realized my mistake. ## Validation Steps Performed I set **$schema** to my patched one's url and vscode no longer complains about `experimental.repositionCursorWithMouse`. Autocompletes and also shows description on hover. ## PR Checklist - [ ] Closes #xxx **N/A** - [ ] Tests added/passed **N/A** - [ ] Documentation updated **N/A** - If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx - [x] Schema updated (if necessary)
claunia added the pull-request label 2026-01-31 09:44:10 +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#30968