-
Notifications
You must be signed in to change notification settings - Fork 154
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 is using a different shell then vcode #1760
Comments
I have same problem. |
Thank you for the bug report! We received other reports related to selecting There are two options here:
|
thanks @vinistock I'll try to find out what's going on with the permissions |
@vinistock thank you, giving full access worked. I'm not aware I denied any access in the past but not sure, maybe there was something. Only thing that comes to my mind is that question from vs code when it asks if you trust the other stuff in the parent project folder or something. there i sometimes klicked no |
Okay, so that's a good indication that the whole |
I need to correct myself. It worked after I did this but now it does not work again. I did not change anything though |
This comment was marked as resolved.
This comment was marked as resolved.
I believe this issue is already fixed by #1811, which decoupled the activation from the shell. Please let us know if this isn't the case. |
Operating System
mac os sonoma 14.3 (23D56)
Ruby version
3.3.0
Project has a bundle
Ruby version manager being used
rbenv
Description
the lsp server can't start and gives this error:
Failed to activate rbenv environment: Command failed: /bin/sh -i -c 'rbenv exec ruby -rjson -e "STDERR.printf(%{RUBY_ENV_ACTIVATE%sRUBY_ENV_ACTIVATE}, JSON.dump({ env: ENV.to_h, ruby_version: RUBY_VERSION, yjit: defined?(RubyVM::YJIT) }))"' sh: no job control in this shell sh: rbenv: command not found
the issue is that the sh shell is not configured. in vcscode i use zsh as the default shell for the terminal
The text was updated successfully, but these errors were encountered: