File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -193,11 +193,15 @@ assist.
193193# ## Check the VS Code output tab
194194
195195Many of the activation steps taken are logged in the `Ruby LSP` channel of VS Code's `Output` tab. Check the logs to see
196- if any entries hint at what the issue might be. Did the extension select your preferred shell?
196+ if any entries hint at what the issue might be.
197+
198+ Did the extension select your preferred shell?
197199
198200Did it select your preferred version manager? You can define which version manager to use with the
199201` "rubyLsp.rubyVersionManager"` setting.
200202
203+ No output in the `Ruby LSP` channel? Check the `Extension Host` channel for any errors related to extension startup.
204+
201205# ## Enable logging
202206
203207You can enable logging to the VS Code output tab,
You can’t perform that action at this time.
0 commit comments