Skip to content
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

VSCode is unable to pickup binaries #258

Closed
yozachar opened this issue Jun 29, 2023 · 1 comment
Closed

VSCode is unable to pickup binaries #258

yozachar opened this issue Jun 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@yozachar
Copy link

yozachar commented Jun 29, 2023

Describe the bug

I've installed asdf using zsh-snap. VSCode is unable to pickup almost none of the plugins installed via asdf.

Steps To Reproduce

# ~/.zshrc
znap source asdf-vm/asdf asdf.sh
znap eval asdf-community/asdf-direnv "asdf exec $( asdf which direnv ) hook zsh"
# ~/project
asdf plugin add python
asdf install python latest
asdf local python latest

Expected behavior

VSCode is able to pickup asdf binaries.

Observed behavior

VSCode terminal throws the following error.

$ asdf --version
v0.12.0-816195d
$ which asdf
/home/us-er/.znap/repos/asdf-vm/asdf/bin/asdf
$ asdf which python
/home/us-er/.asdf/installs/python/3.11.4/bin/python
$ python --version
/home/us-er/.asdf/shims/python: line 6: /home/us-er/.znap/repos/asdf/bin/asdf: No such file or directory

Environment:

  • OS: ArchLinux
  • Terminal: Gnome Console
  • Zsh version: 5.9
  • Znap repo version: 7741929

Additional Context

asdf-vm/asdf#1178

@yozachar yozachar added the bug Something isn't working label Jun 29, 2023
@yozachar
Copy link
Author

yozachar commented Jul 1, 2023

An asdf issue, fixed by running asdf update with/without --head option.

@yozachar yozachar closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant