vscode-remote-release
vscode-remote-release copied to clipboard
Machine name prompt fails when pressing some non-character keys
- VSCode Version: VS Code Server 20220727.1
- Local OS Version: Windows 11 Pro 21H2 (22000.831)
- Remote OS Version: n/a
- Remote Extension/Connection Type: n/a
- Logs:
Steps to Reproduce:
- Install code-server, following along with Windows (x64) instructions
- Run
code-server - Accept terms
- When asked "What would you like to call this machine?", press Ctrl or Caps Lock keys.
At this point, the code-server launch process will fail with an error and a timestamp.
[2022-08-05 08:03:15] error Failed to read confirm input: Not a terminal
I triggered this because my server machine had a small wireless keyboard that I picked up, accidentally pressing Ctrl as I did so, causing the prompt to log the error and quit. But I could see someone wanting to Ctrl+V paste in a name or press Caps Lock to enable/disable that setting before entering a server name.
Does this issue occur when you try this locally?: Yes (happens during installation) Does this issue occur when you try this locally and all extensions are disabled?: Yes (happens during installation)