Closed csamak closed 3 years ago
The line to replace in syschdemd.sh seems to have been changed in the NixOS-WSL repo, which I think is what caused this. Got past this error by leaving the new line and also adding a new one for VSCODE_WSL_EXT_LOCATION
.
Hi, thank you for opening the issue!
[2021-04-19 01:05:54.582] sh: uname: command not found
IIRC this error existed even a year ago, and I ignored it since it doesn't break anything.
The real problem should've been this: sh: /scripts/wslServer.sh: No such file or directory
.
The line to replace in syschdemd.sh seems to have been changed in the NixOS-WSL repo
Yes, I came across the same error a month ago, and made a quick and dirty patch (VSCODE_WSL_EXT_LOCATION
). I wonder if there is a better way to cope with this...
@csamak What was your exact solution?
After following the instructions in the README, I get the following error log from vscode:
It makes sense that it's failing (replacing
uname
with/run/current-system/sw/bin/uname
correctly results inx86_64
). It seems like there may have been an update to vscode or the extension since the instructions in this repo were written?