-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help needed #9
Comments
I then found this message in the error:
so I added this to my nixos configuration:
and I did rebuild-switch. When I tried to connect VsCode to NixOS WSL distro once again, I came to a different error message:
|
Since you enabled flakes by this configuration:
could you try using flake version script rather than non-flake version? Non-flake version has not been tested for a long time :( I'll look on non-flake version when I can (maybe after two weeks). |
Hey!
I could use Ubuntu distro to open VsCode in, it works perfectly right out of the box, but I want to make it work wiht NixOS too!!
My nixos config currently lies here -
/etc/nixos/configuration.nix
I also did this step
cp ./server-env-setup ~/.vscode-server/server-env-setup
as you can see (usednon-flakes/server-env-setup
, since I don't use/know how to use flakes):What happens when I try to connect VsCode to NixOS WSL distro:
Full error message from VsCode (that you can see in the image above):
What am I doing wrong? :s
Thank you!
The text was updated successfully, but these errors were encountered: