Skip to content

Extension Paste Image is not working #25902

Answered by Chuxel
Leko asked this question in Codespaces
Discussion options

You must be logged in to vote

This extension looks like it’s using a command line tool to deal with the clipboard (specifically xclip). The problem with that is that it will not execute in the browser, and therefore not see the clipboard. The extension would need to be modified to use out-of-box clipboard APIs with VS Code (if possible). Would you mind opening an issue with the extension author? You can refer them to the guide here: https://code.visualstudio.com/api/advanced-topics/remote-extensions#using-the-clipboard

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants