Open glmnet opened 5 years ago
Yup, it's not compatible with remote extensions as of VSCode 1.40.0. (Windows 10 local machine, Ubuntu remote)
This is no longer an insiders-only issue. I'm using remote feature with stable release of VS Code and be really frustrated at this one. Could you please consider to fix?
Same issue here. It says "Copied!" but the content of the clipboard has not changed. Maybe it is changing the clipboard on the remote.
VS Code Version: 1.52.1
In the vscode doc, they mentioned VS Code clipboard API
should be used to solve this problem.
https://code.visualstudio.com/api/advanced-topics/remote-extensions#using-the-clipboard
It is not working here. VS Code says the extension is running in the remote, so I believe it is copying on the remote clipboard machine and the clipboard is not updated locally.