mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-10 14:34:36 -05:00
integrated terminal "search" breaks clipboard on linux #335
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @farfromrefug on GitHub.
Type: Bug
=> whatever you try to copy in all apps (including VSCode). it will always paste the current content of the terminal search box
=> clipboard works again in all apps (including VSCode)
VSCodium version: VSCodium 1.88.1 (0d01a72525276e5e3771fe5851b9c83de0de1e2b, 2024-04-13T01:53:59.491Z)
OS version: Linux x64 6.8.0-76060800daily20240311-generic
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
Extensions (53)
(2 theme extensions excluded)
@daiyam commented on GitHub:
Can you try the
1.89?@markus-zhang-mistplay commented on GitHub:
I got the same issue, closing the search box in terminal window fixed it, but would love an official fix.
@farfromrefug commented on GitHub:
@daiyam yes reproduced with 1.89. Maybe i should report that in vscode repo? I found a way to reproduce easily
@farfromrefug commented on GitHub:
@daiyam
I tested in vscode 1.89.1 and i managed to reproduce it.
And i found the culprit. it is
terminal.integrated.copyOnSelectionsetting.Then i kind of understand the issue though it should not be happening.
Will report it in vscode repo!
Thanks
@daiyam commented on GitHub:
Can you provide the following infos? And can you confirm the last question? Thx
Desktop (please complete the following information):
Please confirm that this problem is VSCodium-specific
@github-actions[bot] commented on GitHub:
This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.
@farfromrefug commented on GitHub:
@markus-zhang-mistplay @tintii https://github.com/microsoft/vscode/issues/214092
@tintii commented on GitHub:
+1 same issue, very frustrating. Would be nice to keep copy on selection but not have the search override.
@github-actions[bot] commented on GitHub:
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!