Skip to content

Commit

Permalink
Document how to turn on the extension feature (#55)
Browse files Browse the repository at this point in the history
* Document how to turn on the extension feature

* feedback

* Update README.md

Co-authored-by: Stan Lo <[email protected]>

---------

Co-authored-by: Stan Lo <[email protected]>
  • Loading branch information
alexevanczuk and st0012 authored Dec 3, 2024
1 parent 4c62279 commit d02eb58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ group :development do
end
```

> [!IMPORTANT]
> Make sure the relevant features are [enabled](https://github.com/Shopify/ruby-lsp/tree/main/vscode#enable-or-disable-features) under your VSCode's `rubyLsp.enabledFeatures` setting, such as `codeLens`.
After running `bundle install`, restart Ruby LSP and you should start seeing CodeLens in your RSpec test files.

## Features
Expand Down

0 comments on commit d02eb58

Please sign in to comment.