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
OS Version: Red Hat Enterprise Linux Server release 5.3 (Tikanga)
Description
I just upgraded my installed code-server instance today. It used to be that I could Ctrl+C and Ctrl+V to copy/paste on the terminal. Now when I try to copy with Ctrl+C, the app throws a JS error:
workbench.web.api.js:2474 TypeError: Cannot read property 'writeText' of undefined
at Proxy.writeText (workbench.web.api.js:2803)
at e.copySelection (workbench.web.api.js:3905)
at async P.run (workbench.web.api.js:5720)
at async Object.triggerAndDisposeAction (workbench.web.api.js:2499)
at :9000/async http:/{my-ip}:9000/static-e7945bea94b5c35f2c3475a9344212c900d4adb1/out/vs/workbench/workbench.web.api.js:2499
Likewise when I try to paste, I get the following:
workbench.web.api.js:2474 TypeError: Cannot read property 'readText' of undefined
at Proxy.readText (workbench.web.api.js:2803)
at e.paste (workbench.web.api.js:3907)
at re.run (workbench.web.api.js:5729)
at Object.triggerAndDisposeAction (workbench.web.api.js:2499)
at :9000/async http:/{my-ip}/static-e7945bea94b5c35f2c3475a9344212c900d4adb1/out/vs/workbench/workbench.web.api.js:2499
It looks like Ctrl+Insert and Shift+Insert still work for copying/pasting, though, so it's not the end of the world.
On the previous version, I noticed that Chrome showed a clipboard icon indicating that the app has access to the clipboard. I do not see it in this install.
Steps to Reproduce
Try to copy some text from the terminal with Ctrl+C
Try to paste some text to the terminal with Ctrl+V
The text was updated successfully, but these errors were encountered:
Side note, may be relevant: I just got an error trying to paste into the editor window as well: "command 'editor.action.clipboardPasteAction' not found"
code-server
version: v10.15.1Description
I just upgraded my installed code-server instance today. It used to be that I could Ctrl+C and Ctrl+V to copy/paste on the terminal. Now when I try to copy with Ctrl+C, the app throws a JS error:
Likewise when I try to paste, I get the following:
It looks like Ctrl+Insert and Shift+Insert still work for copying/pasting, though, so it's not the end of the world.
On the previous version, I noticed that Chrome showed a clipboard icon indicating that the app has access to the clipboard. I do not see it in this install.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: