How to disable mouse wheel paste on Microsoft Visual Studio Code
In Microsoft Visual Studio Code in the menu click on File > Preferences > Settings
then you can search for : editor.selectionClipboard
if you want to disable the feature of pasting clipboard using mouse wheel uncheck the option, if you want to enable it check it.
Join the conversation