-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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. |
I have tried both neither is working I am using node 6.5.0 |
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? |
Hi, |
The text was updated successfully, but these errors were encountered: