Skip to content

Commit fa90454

Browse files
authored
Update ruby.md (#8697)
* ruby.md "### Check your installation" Add "in the **Status Bar**" to clearify the location of the language status item... * Update ruby.md Since Ruby behaves differently in Linux/macOS and Windows, update the behavior in Windows accordingly. * Update ruby.md Change to rbenv on Windows suggested by the reviewer.
1 parent 350ce47 commit fa90454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/languages/ruby.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This topic goes into detail about setting up and using Ruby within Visual Studio
1616

1717
### Install Ruby through a version manager
1818

19-
While Ruby is installed by default on some operating systems (such as macOS and some distributions of Linux), we recommend using a version manager such as [rbenv](https://github.com/rbenv/rbenv) to be able to access newer versions of Ruby on Windows, macOS, and Linux. Follow the [installation guidance](https://github.com/rbenv/rbenv#installation) for your platform.
19+
While Ruby is installed by default on some operating systems (such as macOS and some distributions of Linux), we recommend using a version manager to access newer versions of Ruby such as [rbenv](https://github.com/rbenv/rbenv) on macOS and Linux and [rbenv on Windows](https://github.com/RubyMetric/rbenv-for-windows). Follow the [installation guidance](https://github.com/rbenv/rbenv#installation) for your platform.
2020

2121
>**Note**: As with installing any new toolset on your machine, you'll want to make sure to restart your terminal/Command Prompt and VS Code instances to use the updated toolset location in your platform's PATH variable.
2222
@@ -31,7 +31,7 @@ We'll discuss many of Ruby LSP features in this topic but you can also refer to
3131

3232
### Check your installation
3333

34-
After installing, check the language status item to see the status of the Ruby LSP server. If the version manager has been configured, it should display the right Ruby version for your project. The server status should display starting or running, but not error.
34+
After installing, check the language status item in the **Status Bar** to see the status of the Ruby LSP server. If the version manager has been configured, it should display the right Ruby version for your project. The server status should display starting or running, but not error.
3535

3636
![Ruby LSP language status center](images/ruby/ruby_lsp_status_center.png)
3737

0 commit comments

Comments
 (0)