code-server version: 1.30 to 1.32.0-282In Chrome: Selecting anything in the editor will copy the text to clipboard.
In Firefox: Selecting anything in the editor will not copy the text to clipboard. (like expected)
Tested on Ubuntu 18.04 with chromium-browser and also tunneled to Windows with Chrome.
I'm not sure if it is a bug in the actual meaning or even in the code-server.
However, it is annoying and maybe someone knows a solution.
Thanks!
I would like give thanks for the development of code-server. I'm looking quite some time for a solution like that. And finally there is one that is actual usable! :)
Will fix. Thanks for the report!
Adding the following to my settings.json fixed for me:
"editor.emptySelectionClipboard": false,
"editor.selectionClipboard": false
Have the same issue, adding the lines above doesn't help in my case.
Fixed with the latest release.
Most helpful comment
Adding the following to my settings.json fixed for me: