You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm not sure if this is caused by the VSCode update that came out recently, but I noticed that the shell.nix file no longer seems to be being applied to the integrated terminal. I noticed it after updating to the most recent version but it could also be unrelated to that.
To Reproduce
Steps to reproduce the behavior:
Open a project in VSCode containing a shell.nix file
Load the environment using this Extension
Open the integrated terminal in VSCode
Try to use one of the executable files specified in shell.nix
Note that the executables are not found
Run nix-shell ./shell.nix
Note that the executables are now available in the terminal
Expected behavior
The integrated terminal should load with the executables (and libraries) provided in shell.nix.
Screenshots
N/A
Environment:
OS: NixOS 22.11
VS Code
VSCode: 1.73.1 / Extension: 1.0.9
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Tried the extension for the first time last night and found it very strange that the terminal wasn't affected by the nix environment. Glad to see this might be unintentional.
Describe the bug
I'm not sure if this is caused by the VSCode update that came out recently, but I noticed that the shell.nix file no longer seems to be being applied to the integrated terminal. I noticed it after updating to the most recent version but it could also be unrelated to that.
To Reproduce
Steps to reproduce the behavior:
nix-shell ./shell.nix
Expected behavior
The integrated terminal should load with the executables (and libraries) provided in shell.nix.
Screenshots
N/A
Environment:
Additional context
N/A
The text was updated successfully, but these errors were encountered: