-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Extension unable to find nix-shell #38
Comments
Can you check that your vscode process really has the correct path with |
Good point BTW. |
Encountered the very same issue, the fix works for me as well. Environment:
|
Fixed in #44 |
Describe the bug
I can't get the extension to work. It just gives me this error notification:
If I go into
~/.vscode/extension/arrterian-nix-env-selector-0.1.2/out/helpers.js
and replacenix-shell
with the absolute path to the binary and restart vscode, then the extension works properly.Perhaps this is just a problem with my environment, but perhaps if nix-env-selector exposed configuration to be able to specify the path to nix-shell, then that could fix my issue.
To Reproduce
Steps to reproduce the behavior:
default.nix
expressionExpected behavior
I expect the extension to be able to find and run
nix-shell
on my PATHEnvironment:
zsh
The text was updated successfully, but these errors were encountered: