You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those that install vscodium-bin and vscodium-bin-features in arch linux,
vscodium-bin-features interferes with the bash script used to launch the server on the remote machine
That package patches fields product.json file, in particular serverApplicationName": "code-server",.
With that package installed the script will look at bin/code-server instead of bin/codium-server.
The problem was already pointed out by a user in the comment of the package.
A simple workaround was find on a issue page for open-remote-ssh (here) that is to have a code-server Relative soft link to codium-server. $HOME/.vscode-server/bin/<somehash>/bin/code-server -> $HOME/.vscode-server/bin/<somehash>/bin/codium-server
It works and seems to be pretty harmless too.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For those that install vscodium-bin and vscodium-bin-features in arch linux,
vscodium-bin-features interferes with the bash script used to launch the server on the remote machine
That package patches fields product.json file, in particular
serverApplicationName": "code-server",
.With that package installed the script will look at
bin/code-server
instead ofbin/codium-server
.The problem was already pointed out by a user in the comment of the package.
A simple workaround was find on a issue page for open-remote-ssh (here) that is to have a
code-server
Relative soft link tocodium-server
.$HOME/.vscode-server/bin/<somehash>/bin/code-server
->$HOME/.vscode-server/bin/<somehash>/bin/codium-server
It works and seems to be pretty harmless too.
References:
Beta Was this translation helpful? Give feedback.
All reactions