Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Chrome
- Local OS: Arch Linux
- Remote OS: Ubuntu
- Remote Architecture: aarch64
code-server --version
: 4.4.0
Steps to Reproduce
- open code-server
- open new termina
Expected
Terminal window should open.
Actual
Terminal window is blank.
Logs
[IPC Library: Pty Host] WARN Shell integration cannot be enabled for executable "/usr/bin/bash" and args undefined
...
[22:22:15] Terminal process launching on remote agent {
shellLaunchConfig: {
name: undefined,
executable: '/usr/bin/bash',
args: undefined,
cwd: '/root/sandbox/StatusPage',
env: undefined,
useShellEnvironment: true
},
Screenshot/Video
Does this issue happen in VS Code?
- I cannot reproduce this in VS Code.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
I tried to reinstall code-server, and even I ran the docker version from linuxservers with the same results. It's weird because 2 days ago it was working, and I didn't update anything on that server.