Support Internal Copy and Paste inside VS Code Dev Container #645
-
Current behavior
EnvironmentI am using Windows 11 with Docker Desktop. I have tried several suggestions from the troubleshooting guide, but they did not resolve the issue. Questions
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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) |
Beta Was this translation helpful? Give feedback.
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)