nemesv / vscode-copy-file-name

Extension for Visual Studio Code for coping the name of the currently active file.
https://marketplace.visualstudio.com/items?itemName=nemesv.copy-file-name
MIT License
8 stars 1 forks source link

Not working with Linux Mint 19 #2

Closed ivolvicente closed 5 years ago

ivolvicente commented 5 years ago

Hi, just to report that i have trouble using your plugin with linux mint 19.

The problem is that your npm dependency copy-paste reply on xclip, and if your linux distro dont have xclip just install it.

Can you add this to the readme on the issue section?

Thanks

nemesv commented 5 years ago

Thanks for reporting this! I'm only tested the extension on Ubuntu.

I've added now a new dependencies section to the readme.