Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable middle mouse button click paste in VS Code?

In text fields and other text editors in Ubuntu, pressing the middle mouse button will copy whatever text is currently highlighted into the current pointer position. This is not working in Visual Studio Code v1.0.0. How do I enable it?

like image 511
topher Avatar asked Jan 06 '23 05:01

topher


1 Answers

I've found an issue on VsCode's git repo, which will resolve the aforementioned problem. They do mention they may be a performance impact (I've not used it in earnest).

With the March release, it will be under a setting called "editor.selectionClipboard", which is off by default until we better understand the perf implications of writing to the clipboard on every selection change.

like image 185
Dane Balia Avatar answered Jan 08 '23 18:01

Dane Balia