I'm trying to set up a remote vscode-server on my raspberry pi and access it via ssh. When connecting to it via ssh in my desktop vscode-instance, the setup fails, and I don't really know what the problem is here.
These are the error messages the setup shows before aborting:
[23:58:37.984] stderr> mv: cannot move 'vscode-server-linux-arm64/bin' to './bin': Directory not empty
[23:58:37.984] stderr> mv: cannot move 'vscode-server-linux-arm64/extensions' to './extensions': Directory not empty
[23:58:38.364] stderr> mv: cannot move 'vscode-server-linux-arm64/node_modules' to './node_modules': Directory not empty
[23:58:38.364] stderr> mv: cannot move 'vscode-server-linux-arm64/out' to './out': Directory not empty
[23:58:38.365] > ERROR: /home/pi/.vscode-server-oss/bin/c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5/node or /home/pi/.vscode-server-oss/bin/c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5/bin/code-server-oss don't exist
[23:58:38.366] > Already attempted local download, failing
I tried removing the existing directories and restarting the setup, but that did nothing.