You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Harlequin inside a Codespaces Terminal, copy-pasting does not work when moving into and out of the codespace.
for example - the snippet select 1 as test:
from windows -> WSL terminal
from windows -> WSL terminal, ssh connected to codespace
from windows -> WSL terminal, ssh connected to codespace, running harlequin
I've added xsel and xclip to my docker image, but neither appears to do anything. "Out of the box" Windows Terminal running Ubuntu inside WSL copy+paste works seamlessly.
The text was updated successfully, but these errors were encountered:
copying inside harlequin works perfectly, for what its worth, its just bringing data from the clipboard into harlequin (in linux codespace) where it fails.
ok, so I've fixed paste in my new branch, using the terminals' native Paste message. If ctrl+v doesn't fire that message, right clicking or pressing shift+insert should.
It looks to me like xclip and xsel don't work inside of codespaces, which could be part of the problem. (even after installing those libraries, pyperclip can't seem to locate or use them).
When running Harlequin inside a Codespaces Terminal, copy-pasting does not work when moving into and out of the codespace.
for example - the snippet
select 1 as test
:I've added
xsel
andxclip
to my docker image, but neither appears to do anything. "Out of the box" Windows Terminal running Ubuntu inside WSL copy+paste works seamlessly.The text was updated successfully, but these errors were encountered: