You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ group :development do
15
15
end
16
16
```
17
17
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
+
18
21
After running `bundle install`, restart Ruby LSP and you should start seeing CodeLens in your RSpec test files.
0 commit comments