Skip to content

Commit d02eb58

Browse files
alexevanczukst0012
andauthored
Document how to turn on the extension feature (#55)
* 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]>
1 parent 4c62279 commit d02eb58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ group :development do
1515
end
1616
```
1717

18+
> [!IMPORTANT]
19+
> 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`.
20+
1821
After running `bundle install`, restart Ruby LSP and you should start seeing CodeLens in your RSpec test files.
1922

2023
## Features

0 commit comments

Comments
 (0)