How do I invert the mouse wheel scrolling direction for the integrated terminal inside VSCode?
For the editor, I could set it using a negative value:
"editor.mouseWheelScrollSensitivity": -0.3,
I am trying something like this for the integrated terminal, but it doesn't work (even when reloading VSCode):
"terminal.integrated.mouseWheelScrollSensitivity": -1,
"terminal.integrated.fastScrollSensitivity": -1,
CodePudding user response:
Currently Xterm.js which VSCode is using for the integrated terminal does not support negative scroll sensitivity settings. What about doing a feature request?
As a side note, you can see that at this.