Steps to Reproduce:
Expected behavior: The selected Text was copied to the clipboard
Actually behavior: Nothing was copied to the clipboard. (Also, the current content of the clipboard is still there.)
Same happens here.

Hey @nilslueders and @mathsalmi, thanks for bringing this to our attention. Can you please verify whether your Linux machine has xclip installed? The copy-paste command needs xclip to work, and it might be possible that it's not installed on your machine.
You can install it by running "sudo apt-get install xclip". Please let me know if it still doesn't work.
Touch茅! Now it works like a charm. Would it be possible to improve the behavior of the plugin in these cases? I don't know maybe show a required dependency on the console or something.
Thanks for your help!
Thanks @abist ! Its working now. (I agree with @mathsalmi .)
Also, thank you very much for this absolutely great code editor!
@mathsalmi @nilslueders Thanks! We will definitely try to change the behavior of the plugin.
Well I finally searched for the right thing to find this issue and answer. Thanks @abist for the super easy fix for something I've been just living with for a while. Maybe just adding a small note on the readme/supported operating systems section about xclip would help others and be a much easier thing in the short term.
Solved for me too after Googling and landing on this issue. Some sort of error message/popup if xclip is not installed would really help.
I'm using
Steps to Reproduce:
Expected behavior: The selected Text was copied to the clipboard
Actually behavior: Last thing that was copied is inserted on the clipboard, anything less than results table, so step 3 has any effect at all.
Sometimes, save as CSV, Excel, Json. Doesn't work either.
Edit: Its a loop like that:
@vonmoraes Which version of the extension are you using?
@vonmoraes Which version of the extension are you using?
Version: 1.7.0
Most helpful comment
Hey @nilslueders and @mathsalmi, thanks for bringing this to our attention. Can you please verify whether your Linux machine has xclip installed? The copy-paste command needs xclip to work, and it might be possible that it's not installed on your machine.
You can install it by running "sudo apt-get install xclip". Please let me know if it still doesn't work.