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

Introduce a way of finding a Ruby interpreter path without using shell #413

Open
ono-max opened this issue Jan 8, 2024 · 1 comment
Open

Comments

@ono-max
Copy link
Member

ono-max commented Jan 8, 2024

Currently, we use a shell to find a Ruby interpreter path. However, this causes a lot of problems. To solve this problem, we plan to introduce a way of finding a Ruby interpreter without using a shell.

https://github.com/ono-max/vscode-ruby-interpreter-locator is a prototype.

@stellarpower
Copy link

My default shell is fish, so, the command line the extension creates doesn't execute successfully:

# /usr/bin/fish -lic rdbg --command --open --stop-at-load -- ruby /tmp/r.rb
/usr/bin/fish: unrecognized option '--stop-at-load'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants