-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
[BUG]: some of the packages are not changing accordingly #337
Comments
confirmed: work with |
I think this commit is from months ago and the version before works fine, is this pathSet := env.NewPaths(env.EmptyPaths)
for _, item := range items {
if item.Key == "PATH" {
pathSet.Add(item.Value)
} else {
envKeys.Variables[item.Key] = &item.Value
}
}
envKeys.Paths = pathSet |
I have the same issue... |
i think its about the pathing source and stuff (it might be, from the |
I "kind of fixed it", but do not know why it worked: Even though the VSCode terminal said: So I have both commands in my .zshrc # vfox
eval "$(vfox activate zsh)"
eval "$(vfox activate bash)" I suspect, that something is missing in the zsh variant, that VSCode needs or looks for ... But for now it works. |
by taking a look at the code, there are subtle differences between activating the shell in zsh and bash, 2 of this has the same commands but there are some quirks that made the same commands achieve different result, might something to do |
Version
0.5.4
OS
macOS
Describe the bug
Won't change version, always fallback to machine's
env
likejava
tousr/bin/java
andnodejs
tousr/local/bin/node
.Is there anything wrong with my setup? since I just
brew update && brew upgrade
everything yesterday? (might be an issue with some packages that always falling back to default version?)Screenshots[optional]
The text was updated successfully, but these errors were encountered: