I have recently moved my WSL installation to another drive for disk space sake by using this guide: medium.
After it, when I try to open a remote window on VS Code I get the error:
/mnt/c/Users/User/.vscode/extensions/ms-vscode-remote.remote-wsl-0.88.2/scripts/wslServer.sh: 50: /root/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/code-server: not found
Actually on /root/.vscode-server
there is no bin directory but I cannot get why.
By using WSL
from a windows prompt it opens normally.
What I messed up?