click to focus the vscode built-in terminal window
focus back to notebook
copy & paste
paste to both notebook and terminal
paste to only notebook
_Please provide as much info as you readily know_
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer, @joyceerhl
Thanks for the bug report, I was able to reproduce this, and it impacts both our notebook and the interactive window. It seems that the terminal is not aware that it no longer has focus when a webview is focused. We'll discuss this at our upcoming triage.
@rchiodo , please try and find a minimal repro and create a VS Code bug.
Upstream bug:
https://github.com/microsoft/vscode/issues/103200
Thank for reporting this. I have the same issue.
I have found a similar (related ? ) issue.
....hope this helps resolve this issue and/or provide an interim workaround for the other "Copy/Paste breaks issues"......
Version: 1.47.2 (user setup)
Commit: 17299e413d5590b14ab0340ea477cdd86ff13daf
Date: 2020-07-15T18:22:06.216Z
Electron: 7.3.2
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.19041
Another issue I reported (#13042) was transitively marked as a dup of this one (via microsoft/vscode-jupyter#767) but these seem to be separate (perhaps related?) issues.
So, does anyone know how to deal this problem or bug? If possible, please comment me?
See workaround in linked issue microsoft/vscode-jupyter#854. Set the focus to Terminal before copying from output.
@luomou97 @lleeoo another workaround is to select and drag&drop to another editor as suggested by @dostov
This is fixed in upstream.
Most helpful comment
Thanks for the bug report, I was able to reproduce this, and it impacts both our notebook and the interactive window. It seems that the terminal is not aware that it no longer has focus when a webview is focused. We'll discuss this at our upcoming triage.