diff --git a/jekyll/version-managers.markdown b/jekyll/version-managers.markdown index ecaefc6c2..f2e767f2e 100644 --- a/jekyll/version-managers.markdown +++ b/jekyll/version-managers.markdown @@ -10,7 +10,7 @@ This document contains information and tips to help Ruby LSP's VS Code extension ## asdf -Ensure you on the latest release of asdf: https://asdf-vm.com/manage/commands.html. +Ensure you are on the latest release of `asdf`: https://asdf-vm.com/manage/commands.html. If `asdf` was installed through Homebrew then you may need to first run `brew upgrade asdf`. 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.