Clear up the schema description for experimental.rightClickContextMenu (#18388)

It did not cover all of the right-click behaviors.
This commit is contained in:
Tarang Janawalkar 2025-01-29 05:13:33 +05:30 committed by GitHub
parent 64d4fbab17
commit 8a806e0ac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2912,7 +2912,7 @@
},
"experimental.rightClickContextMenu": {
"default": false,
"description": "When set to true, right-clicking on the terminal will show a context menu. When set to false, right-click will copy",
"description": "When true, right-click shows a context menu; otherwise, it pastes from the clipboard or copies selection.",
"type": "boolean"
},
"experimental.repositionCursorWithMouse": {