-
Notifications
You must be signed in to change notification settings - Fork 214
Ctrl + keybindings won't work if no text is selected #42
Comments
cc @kylecarbs |
Thank you for the reproduction steps, @kylecarbs is working on fixing this. |
New release with the fix is out now. Running sshcode will automatically download the new release. Here's a direct link if you're interested: https://github.com/codercom/code-server/releases/tag/1.939-vsc1.33.1 Thanks for the report! |
When I tested on my side this does not seem to be fixed. Same machine, same set up, and I get the same behavior. Also it crashes after a few seconds with this error message:
|
Hm. What version does code-server output? Just to ensure you're on the latest version. That error indicates you're out of memory. Is that the case? |
The server is indeed feeble at 2GB of RAM, my bad! I'll try with another one. |
Version is indeed I did use sshcode to connect though, and you said it would update automatically. To double check, I retried with the latest version of sshcode on a new server (to force code-server download), and I get the same version. |
Found the issue. Binary in our public bucket wasn't updated. Should be good to go now! |
Lovely project, can't wait to integrate it into my day to day workflow, but I've hit a reasonably major problem. The shortcuts I would consider important (Ctrl+X, Ctrl+C, and Ctrl+V) won't work if no text is selected.
Steps to reproduce:
- Clean Ubuntu 18.04 install
- Install Chrome & Git
- Install sshcode
- Run sshcode to Ubuntu 18.04 host
- Ctrl + X not working , nor is Ctrl + C, Ctrl + V, etc..
With a clean VSCode install Ctrl + X will delete the line if nothing is highlighted, same thing for Ctrl + C, etc...
The text was updated successfully, but these errors were encountered: