Detect missing Rubies and offer to install them #2173
Labels
enhancement
New feature or request
pinned
This issue or pull request is pinned and won't be marked as stale
rubyconf-hackday
vscode
This pull request should be included in the VS Code extension's release notes
Note
This issue is aimed at those attending the RubyConf 2024 Hack Day
If we detect a configured Ruby version that isn't installed, we might be able to offer the option for installing it from the VS Code extension. That would be a pretty nice experience.
This won't work for version managers that don't handle Ruby installation as well (like Shadowenv or chruby). But it would work for rbenv, rvm, mise and asdf - as long as detecting that the configured Ruby is missing is straightforward.
The text was updated successfully, but these errors were encountered: