Skip to content

Select and paste over #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
avelino opened this issue Mar 9, 2019 · 5 comments
Closed

Select and paste over #161

avelino opened this issue Mar 9, 2019 · 5 comments

Comments

@avelino
Copy link
Contributor

avelino commented Mar 9, 2019

Cannot overwrite selected text with copy and paste

  • code-server version: master branch
  • OS Version: Ubuntu

Steps to Reproduce

  1. Copy (CMD+C) any text to clipboard
  2. Select text any input (editor or text fields), per example CMD+A
  3. Paste (CMD+V) clipboard
@Heegreis
Copy link

I also have the problem. Because the text selected will be copy, the origin clipboard was replace.
Even change setting is still unhelpful:
"editor.copyWithSyntaxHighlighting": false,
"editor.emptySelectionClipboard": false

@avelino
Copy link
Contributor Author

avelino commented Mar 10, 2019

Thanks, working set 3 config

"editor.copyWithSyntaxHighlighting": false,
"editor.emptySelectionClipboard": false,
"editor.selectionClipboard": false,

@jondavidschober
Copy link

jondavidschober commented Mar 14, 2019

Commenting in here. Why do we need to add these 3 configs? Vanilla VSCode doesn't have copy-on-select enabled. Why does code-server? Extremely confusing and frustrating

@avelino
Copy link
Contributor Author

avelino commented Mar 14, 2019

@kbrose
Copy link

kbrose commented Mar 15, 2019

Maybe this should be left open until the default behavior is to NOT copy on select? Or is the current default the expected behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants