-
Notifications
You must be signed in to change notification settings - Fork 6k
[Bug]: code-server command isn't working in remote cli #5319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In my case I used |
@armandobs14 It works to me too, thanks. By the way I'm wondering that why it doesn't work without using root permission, cause it normally works when the version of code-server was 4.4.0. (edited)
|
@code-asher any ideas on this one? I'm not sure what would have changed in 4.5.0 that would have caused this. |
Same problem as here: #5335 |
Closing as a duplicate. Thank you for the report! |
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.5.0 (updated from 4.4.0)Steps to Reproduce
Expected
Typed command
code-server --version
in ssh remote connection,Actual
But typed command
code-server --version
in code-server remote cli,When I added symbolic link in that path as following,
sudo ln -s /usr/lib/code-server/lib/node /usr/lib/code-server/lib/vscode/node
,It works in some way (result following) but I think it's just not a good solution.
code-server --version
(edited)And it doesn't print errors when parameters are entered incorrectly. Instead, parameters are ignored and executed program only. In ex, when I used command
code-server --versiom
(m is incorrect), it took justcode-server
and executed it.Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
No response
The text was updated successfully, but these errors were encountered: