mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-02-04 03:51:16 -06:00
Clipboard content not updated with file names copied from Explorer window since "Trust" feature #1001
Loading…
x
Reference in New Issue
Block a user
No description provided.
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 @kzsa on GitHub.
Hi! I can't copy a filename from the Explorer window and paste it into the code. It is suspicious, because the behaviour came with the introduction of the "Trusted" option. Are you guys experiencing a similar phenomenon or is it just me?
Click:
Paste
Result:
The content of the clipboard is not updated with the filename, but the content of the clipboard previously copied from the code editor window is pasted instead of the filename.
If I copy the filename using the system file manager (Nemo, etc.), the clipboard content is updated and the filename can be pasted into the code in the code editor window.
Linux Mint 20.1 Ulyssa
VSCodium
Version: 1.57.1
Commit: 507ce72a4466fbb27b715c3722558bb15afa9f48
Date: 2021-06-18T00:13:37.935Z
Electron: 12.0.7
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Linux x64 5.4.0-74-generic
Thx: Zsolt
@kzsa commented on GitHub:
The bug has been fixed in a later update, so I'll close it.