-
Notifications
You must be signed in to change notification settings - Fork 182
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
Document highlight breaking #326
Labels
bug
Something isn't working
Comments
Earlopain
added a commit
to Earlopain/ruby-lsp
that referenced
this issue
Apr 9, 2024
This allows addons to check if they can register custom file change listerens. Work towards Shopify#326 It makes sense to add docs on how to make use of this option, but I'll defer that until after I've actually written some functioning code with it.
Earlopain
added a commit
to Earlopain/ruby-lsp
that referenced
this issue
Apr 10, 2024
This allows addons to check if they can register custom file change listerens. Work towards Shopify#326 It makes sense to add docs on how to make use of this option, but I'll defer that until after I've actually written some functioning code with it.
vinistock
pushed a commit
that referenced
this issue
Apr 10, 2024
This allows addons to check if they can register custom file change listerens. Work towards #326 It makes sense to add docs on how to make use of this option, but I'll defer that until after I've actually written some functioning code with it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Document highlight is currently breaking with
undefined method 'child_nodes' for nil:NilClass
at this part of code. It seems that, parent might be nil and the code is not prepared for it.The text was updated successfully, but these errors were encountered: