imlinhanchao / vsc-google-translate

A Translate Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=hancel.google-translate
MIT License
108 stars 17 forks source link

xsel clipboard in WSL2 Linux #13

Closed JeromeBenedetti closed 3 years ago

JeromeBenedetti commented 3 years ago

Using the extension on WSL2 makes it impossible to copy to clipboard :

xsel: Can't open display: (null)
: Inappropriate ioctl for device

Suggest :

Maybe create a new setting like Clipboard Manager that defaults to xsel but that we can set to clip.exe for WSL users.

imlinhanchao commented 3 years ago

Are you use VSCode in WSL2 ?

JeromeBenedetti commented 3 years ago

Yes, with Ubuntu in WSL2

imlinhanchao commented 3 years ago

@JeromeBenedetti The issue was fixed. You can update to 1.2.3 to check it.

JeromeBenedetti commented 3 years ago

Right ! Thank you for your reactivity, and thanks fo this cool extension !