nixos-vscode-server icon indicating copy to clipboard operation
nixos-vscode-server copied to clipboard

1.102.1 Error installing server

Open lostmsu opened this issue 4 months ago • 1 comments

Error installing server: error checking server integrity: failed to run command "/home/user/.vscode-server/cli/servers/Stable-7adae6a56e34cb64d08899664b814cf620465925.staging/server/bin/code-server --version" (code 127): Could not start dynamically linked executable: /home/user/.vscode-server/cli/servers/Stable-7adae6a56e34cb64d08899664b814cf620465925.staging/server/node

I am on the current NixOS stable

lostmsu avatar Jul 17 '25 17:07 lostmsu

I have found that this project tends to have issues with patching that it's not able to recover if trying to run several VSCode instances on a new version of VSCode at the same time: it breaks when several try to install in parallel. Try clearing the /home/user/.vscode-server/cli/servers/*.staging folders, restarting the service, and making sure to only start up one instance of VSCode.

Let me know if that works for you.

Ten0 avatar Jul 26 '25 12:07 Ten0