-
Notifications
You must be signed in to change notification settings - Fork 28
Paste JSON as Code could not get clipboard contents #29
Comments
I also got this problem. It will be great if you guys could support remote develop with this. It seems the problem is when I copy something, it will go to the local machine clipboard instead of remote machine clipboard. |
Even if the content is getting copied to the local machine clipboard, I believe that WSL remote machine and the local windows machine share the clipboard as I am able to copy/paste freely from and to the WSL console. and yeah, I am also facing the same issue. |
The same issue on wsl. |
I think this issue has been fixed by this PR from the |
I decided to take over this project. I already had a fork and published Paste JSON as Code (Refresh) extension to the VSCode Marketplace. @quicktype If this is inappropriate, please let me know. Thanks! |
When I open VSCode from my WSL using Remote - WSL, I can't use
Paste JSON as Code
command. It showsCode could not get clipboard contents
like below:This is unlikely to be a remote issue. It can refer the extension author to this extension guide: https://code.visualstudio.com/api/advanced-topics/remote-extensions
It looks like is not using the VS Code clipboard API. If they have further issues, they can raise it here for discussion.
The text was updated successfully, but these errors were encountered: