VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
24.27k stars 1.02k forks source link

integrated terminal "search" breaks clipboard on linux #1896

Open farfromrefug opened 1 month ago

farfromrefug commented 1 month ago

Type: Bug

=> whatever you try to copy in all apps (including VSCode). it will always paste the current content of the terminal search box

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 |Item|Value| |---|---| |CPUs|12th Gen Intel(R) Core(TM) i7-12700H (20 x 2300)| |GPU Status|2d_canvas: enabled
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| |Load (avg)|7, 7, 5| |Memory (System)|62.64GB (25.94GB free)| |Process Argv|--unity-launch| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|pop| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|pop| |XDG_SESSION_TYPE|x11|
Extensions (53) Extension|Author (truncated)|Version ---|---|--- better-comments|aar|3.0.2 dashyeah|bob|1.0.3 turbo-console-log|Cha|2.10.4 source-map-visualization|col|2.2.0 font-preview|ctc|2.2.1 vscode-eslint|dba|2.4.4 vscode-dash|dee|2.4.0 emulate|Die|1.6.0 deeplink|ema|0.0.10 json-tools|eri|1.0.2 prettier-vscode|esb|10.4.0 vscode-open-in-github|fab|2.3.0 vscode-svelte-snippets|fiv|0.5.0 code-runner|for|0.12.2 incrementor-henrikvilhelmberglund|hen|2.4.1 npm-dependency-links|her|1.2.0 vscode-postfix-ts|ipa|1.13.2 svg|joc|1.5.3 vscode-map-preview|jum|0.6.0 i18n-ally|lok|2.12.0 materialdesignicons-intellisense|luk|4.1.0 json-to-ts|Mar|1.8.0 hex-hover-converter|maz|1.2.2 template-string-converter|meg|0.6.1 isort|ms-|2023.10.1 python|ms-|2024.4.1 vscode-pylance|ms-|2024.5.1 jupyter|ms-|2024.3.1 java-prettier-formatter|mwp|0.1.6 gradle-language|nac|0.2.3 color-highlight|nau|2.8.0 vs-qalc|nor|0.4.0 vscode-ios-common-files|Ort|1.0.5 vscode-versionlens|pfl|1.9.2 vscode-thunder-client|ran|2.23.0 vscode-xml|red|0.26.1 vscode-yaml|red|1.14.0 opencv-image|Sim|0.1.2 code-spell-checker|str|3.0.1 code-spell-checker-french|str|0.4.1 svelte-vscode|sve|108.4.1 even-better-toml|tam|0.19.2 html-preview-vscode|tht|0.2.5 pypi-assistant|twi|2.0.5 sort-lines|Tyr|1.11.0 errorlens|use|3.17.0 vscode-icons|vsc|12.7.0 volar|Vue|2.0.8 gitblame|wad|10.11.0 vscode-todo-highlight|way|1.0.5 change-case|wma|1.0.0 better-align|wwm|1.1.6 pretty-ts-errors|Yoa|0.5.4 (2 theme extensions excluded)
daiyam commented 1 month ago

Can you try the 1.89?

farfromrefug commented 1 month ago

@daiyam yes reproduced with 1.89. Maybe i should report that in vscode repo? I found a way to reproduce easily

daiyam commented 1 month ago

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

farfromrefug commented 1 month ago

@daiyam

I tested in vscode 1.89.1 and i managed to reproduce it. And i found the culprit. it is terminal.integrated.copyOnSelection setting. Then i kind of understand the issue though it should not be happening. Will report it in vscode repo!

Thanks