Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code : how do I disable copy on selection

I'm using VS Code 1.32 on ubuntu, which i access as a remote client app through ssh on windows.

Whenever I select text using the mouse or the clipboard, it is automatically copied in the clipboard. The only plugins i have are prettier and eslint.

How can i disable that behavior ?

like image 813
Lucas T Avatar asked Mar 26 '19 10:03

Lucas T


2 Answers

Settings: Editor: Selection Clipboard - uncheck

like image 174
K IV Avatar answered Oct 13 '22 05:10

K IV


In the Files/Preferences/Settings search for "Editor: Copy With Syntax Highlighting" and disable it. That worked in my case with VS Code 1.42

like image 37
Trasno Avatar answered Oct 13 '22 05:10

Trasno