Skip to content

Commit 7e3bfde

Browse files
authored
Add note about Mise version manager (#2172)
* Add note about Mise version manager * Update VERSION_MANAGERS.md
1 parent f2c890c commit 7e3bfde

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

VERSION_MANAGERS.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,27 @@ This document contains information and tips to help Ruby LSP's VS Code extension
44

55
## asdf
66

7-
If you use `asdf` and the VS Code extension fails to activate the environment (as described in [this issue](https://github.com/Shopify/ruby-lsp/issues/1985)), you may resolve it by updating `asdf` to the latest version with `asdf update`, and then restart VS Code.
7+
Ensure you on the latest release of asdf: https://asdf-vm.com/manage/commands.html.
88
If `asdf` was installed through Homebrew then you may need to first run `brew upgrade asdf`.
99

10+
If you use `asdf` and the VS Code extension fails to activate the environment (as described in [this issue](https://github.com/Shopify/ruby-lsp/issues/1985)), you may resolve it by updating `asdf` to the latest version with `asdf update`, and then restart VS Code.
11+
1012
## Chruby
1113

14+
Ensure you are on the latest release of chruby.
15+
1216
If you use `chruby` but don't have a `.ruby-version` file in the project root, you can add `.ruby-version` to its parent folder as a fallback.
1317

1418
For example, if `/projects/my_project` doesn't have `.ruby-version`, `chruby` would read `/projects/.ruby-version` instead.
1519

20+
## Mise
21+
22+
Ensure Mise is up-to-date: https://mise.jdx.dev/faq.html#mise-is-failing-or-not-working-right
23+
24+
## RVM
25+
26+
Ensure RVM is up-to-date: https://rvm.io/rvm/upgrading
27+
1628
## Custom activation
1729

1830
If you're using a different version manager that's not supported by this extension or if you're manually inserting the Ruby

0 commit comments

Comments
 (0)