Skip to content

GUID does not copy to clipboard on Linux #2

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

Open
rajeev-kumar-sharma opened this issue Sep 13, 2016 · 4 comments
Open

GUID does not copy to clipboard on Linux #2

rajeev-kumar-sharma opened this issue Sep 13, 2016 · 4 comments

Comments

@rajeev-kumar-sharma
Copy link

  1. When i try to create GUID/UUID or random number or short id and click copy, still it do not copy that id on clipboard on Linux
  2. vscode 1.5.2
@natewallace
Copy link
Owner

I don't think you are using my extension since it only has a single Create GUID command. I'm guessing you are using the Create Unique Ids (https://marketplace.visualstudio.com/items?itemName=donjayamanne.createuniqueid) extension which is not mine.

@rajeev-kumar-sharma
Copy link
Author

rajeev-kumar-sharma commented Sep 13, 2016

I have tried both neither is working

I am using node 6.5.0

@natewallace
Copy link
Owner

Both of our extension are using the copy-paste package to access the clipboard. The documentation for this package says that it wraps the xclip program on the linux os. Can you check to see if xclip is present on your machine and if there are any issues with it?

@rajeev-kumar-sharma
Copy link
Author

Hi,
After installing xclip, extensions are working fine.
Thanks

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

2 participants