This is telling that the storage is full and .vscode-server
was not able to be created in the remote server.
ssh into the server through Terminal or cmd
enter ncdu ~
clear out large files
remove partially installed VS Code server files: rm -rf ~/.vscode-server
Now try connecting to remote server through VS Code.