Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breadcrumb Navigation and Code Folding Disabled When Ruby LSP Is Enabled #2452

Closed
LarryF1sherman opened this issue Aug 16, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working vscode This pull request should be included in the VS Code extension's release notes

Comments

@LarryF1sherman
Copy link

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.

@LarryF1sherman LarryF1sherman added bug Something isn't working vscode This pull request should be included in the VS Code extension's release notes labels Aug 16, 2024
@vinistock
Copy link
Member

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.

@LarryF1sherman
Copy link
Author

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.

@vinistock vinistock closed this as not planned Won't fix, can't repro, duplicate, stale Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working vscode This pull request should be included in the VS Code extension's release notes
Projects
None yet
Development

No branches or pull requests

2 participants