[Bug]: Cannot invoke `code-server` from integrated terminal
See original GitHub issueIs there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: Firefox 102
- Local OS: Win10
- Remote OS: Ubuntu
- Remote Architecture: 86
code-server --version
: 4.5.0 (4.4.0)
Steps to Reproduce
- docker run codeserver:latest
- try to install extensions via code-server
code-server --install-extension ms-python
- asd
Expected
Installation of Extension
Actual
Console throws error
/usr/lib/code-server/lib/vscode/bin/remote-cli/code-server: 12: /usr/lib/code-server/lib/vscode/node: not found
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
- I cannot reproduce this in VS Code.
- I cannot reproduce this in GitHub Codespaces.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
No response
Issue Analytics
- State:
- Created a year ago
- Comments:21 (8 by maintainers)
Top Results From Across the Web
Troubleshoot Terminal launch failures - Visual Studio Code
Troubleshoot Visual Studio Code Integrated Terminal launch failures. ... launch issues are related to environment setup and not a problem with VS Code....
Read more >WSL isn't working in VS code. What could be the problem here?
In Vs Code ctrl+schift+p; Open Preferences: Open Settings (JSON); Add "terminal.integrated.shell.windows": "wsl.exe",; Reopen terminal.
Read more >How to change font for terminal in Visual Studio Code? - 김영석
As you adopted OhMyZsh, iTerm according to your preferences, you must have run into this problem. Broken characters in terminal.
Read more >How to Run Node.js in VS Code From Scratch - YouTube
... try restarting your device. Your browser can't play this video. ... We'll run the node command in the terminal manually.
Read more >As VS Code Hits v1.69, Microsoft Announces VS Code Server
Terminal shell integration - Display command status, run recent commands and more: Coming out of preview is shell integration for PowerShell ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Will be resolved by #5360
My pretty simple idea would be to check inside the code-server script it’s location. So in case of being inside the
remote-cli
folder instead of thebin
it maybe would be a solution to change the way thenode
location is detected.