-
Notifications
You must be signed in to change notification settings - Fork 131
Variable hover not working since v1.23 #670
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
Comments
Thanks for reporting this. Could you provide a failing code example? |
@exh596 is this still the case with the latest extension? If so then I would love to get a code example. Thanks. :) |
Thanks for the example script. It turns out that for files where the treesitter parser fails, we didn't gracefully handle this in the later version of bash-language-server. I believe the error handling in the latest extension (1.30.0) should now solve this case and hovering should work again. Let me know if it works for you. Or if you have other suggestions for improving the language server. |
It seems to be fixed. Thank you for your work. |
Hovering over a variable name throws an error in v1.24 and above. v1.23 works properly.
The text was updated successfully, but these errors were encountered: