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
VS Code Version: 1.92.2
OS: macOS Sonoma 14.6.1
Device: MacBook Pro M3 14"
Issue Description:
When the Ruby LSP extension is enabled, the breadcrumb navigation and code folding features in VS Code do not function as expected. The top navigation that shows the parent context of the code block (breadcrumbs) and the ability to fold/unfold code blocks both stop working. These features return to normal when the Ruby LSP extension is disabled.
The text was updated successfully, but these errors were encountered:
Thank you for the bug report! Can you provide more context? What version of the Ruby LSP server are you on? What are you opening in the editor (a single Ruby file or an entire project)?
The feature behind breadcrumbs is document symbol. Both document symbol and folding range are working normally for me, so I'm not sure how to reproduce this.
Okay, I've uninstalled v0.7.15, cleaned up my VSC caches, installed the latest version (0.7.15), and it's working again. Thanks for the help, thankfully, everything is back to normal.
Description
Environment:
VS Code Version: 1.92.2
OS: macOS Sonoma 14.6.1
Device: MacBook Pro M3 14"
Issue Description:
When the Ruby LSP extension is enabled, the breadcrumb navigation and code folding features in VS Code do not function as expected. The top navigation that shows the parent context of the code block (breadcrumbs) and the ability to fold/unfold code blocks both stop working. These features return to normal when the Ruby LSP extension is disabled.
The text was updated successfully, but these errors were encountered: