Skip to content

Commit 61ba9e2

Browse files
authored
Troubleshooting silent Ruby LSP output channel docs hint (#3355)
Additional diagnosis for silent Ruby LSP output channel
1 parent a3a75dc commit 61ba9e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

jekyll/troubleshooting.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,15 @@ assist.
193193
### Check the VS Code output tab
194194

195195
Many 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

198200
Did 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

203207
You can enable logging to the VS Code output tab,

0 commit comments

Comments
 (0)