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
I'm getting the error: AttributeError: 'tree_sitter.Query' object has no attribute 'captures' when trying to run posting after a fresh install. Did some searching and is possibly due to the tree-sitter project moving Query.captures to QueryCursor.captures in tree-sitter/py-tree-sitter#333
Possibly just need to bump tree-sitter from 0.24.0 to 0.25.0? I would do this but honestly idk how to with a python project.