Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add support for other version managers #62

Open
SethHorsley opened this issue Nov 3, 2024 · 1 comment
Open

add support for other version managers #62

SethHorsley opened this issue Nov 3, 2024 · 1 comment

Comments

@SethHorsley
Copy link

Would be nice to add support for asdf, or mise or even RVM.

A lot of projects require more than one language being able to have one less file the .ruby-version.

Rbenv doesn't support the .tool-versions or even support the ruby directive from a gemfile which rvm does.

@rafaelfranca
Copy link
Member

I was trying to avoid that. The way you deal with multiple languages versions in dev container is different from the .tool-versions. You use the devcontainer features to make sure they are installed with the right versions. I'm pretty sure there is a mise, or asdf feature for devcontainer. If you want to use that, you can use them.

The Ruby feature from Microsoft allows you to install other version managers, and I was trying to not do the same. We can, but I need a better justification than supporting .tools-versions because the right way to manage different languages in devcontainer is to use different features.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants