Skip to content

Support Internal Copy and Paste inside VS Code Dev Container #645

Discussion options

You must be logged in to vote

I think something changed recently with pyperclip, or with the way VS code terminal (in WSL) sets some of its environment - I hit this issue myself yesterday.

Right now we only catch pyperclip errors, and the other bubble up, including OSErrors. We should just catch all errors on copy/paste and fall back to using the internal clipboard only.

(In other words this is a bug, and is a pretty easy fix)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cmcnicoll
Comment options

Answer selected by cmcnicoll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants