How to use clipboard in vscode extension enviroment? #186
Unanswered
hemengke1997
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's weird, because it should only output the raw data and not the formatted version. In fact, the only places it does so are in features that you aren't using right now. Could it be the vscode extension env that's making the output look like that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Clipboard is a Grate project.
I'm a javascript developer, and currently use
execa
to invokecb
Eveything works well in node env, but
paste
can't work in vscode extension env.When I copied an image then paste it with following:
or
nothing happends. If I change
stdout
topipe
, execa will output image stream.Is there any method to output image directly instead of stream? (It's hard to deal with clipboard case)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions