microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.52k stars 28.99k forks source link

Copied content in terminal gets overwritten by search content in terminal #214916

Open esola-thomas opened 4 months ago

esola-thomas commented 4 months ago

Type: Bug

I don't know if its just me but I find it quite annoying when I have something saved on my clipboard and in the terminal windown I do Ctrl+F look for something in the log and then try to paste whatever I had in the clipboard, this gets overwritten by whatever I looked for in the terminal

Reproduction:

System Info:

VS Code version: Code 1.89.1 (dc96b837cf6bb4af9cd736aa3af08cf8279f7685, 2024-05-07T05:13:33.891Z) OS version: Windows_NT x64 10.0.22631 Modes: Connection to 'ssh-remote' Remote OS version: Linux x64 4.18.0-477.27.1.el8_8.x86_64 Remote OS version: Linux x64 4.18.0-477.27.1.el8_8.x86_64

meganrogge commented 4 months ago

I cannot reproduce, do you have terminal.integrated.copyOnSelection enabled?

https://github.com/microsoft/vscode/assets/29464607/d0d8d74e-4eef-410c-a2fe-bee7fe0da9b3

esola-thomas commented 4 months ago

Hey,

No, I don't have terminal.integrated.copyOnSelection enabled.

Here is an example:

https://github.com/microsoft/vscode/assets/93721212/7d5f57db-8c88-44b1-b605-bed1fb705101

esola-thomas commented 3 months ago

@meganrogge was the video I sent helpful?