mushanshitiancai / vscode-paste-image

paste image from clipboard to markdown/asciidoc directly!
MIT License
424 stars 129 forks source link

Added support for wayland (Linux) #129

Open dvaerum opened 1 year ago

dvaerum commented 1 year ago

xclip does not support wayland, so if xclip is not install the program should check for the wl-paste (part of "wl-clipboard" package) and use that instead. Hopefully this will be useful for others 😊

dvaerum commented 1 year ago

Ohh did not event check if others add made a fix for this :sweat_smile: https://github.com/mushanshitiancai/vscode-paste-image/pull/96