terminal icon indicating copy to clipboard operation
terminal copied to clipboard

Add experimental.repositionCursorWithMouse to profiles.schema.json

Open sarim opened this issue 1 year ago • 0 comments

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
  • [x] Schema updated (if necessary)

sarim avatar Feb 02 '24 05:02 sarim