supabase-community/postgres-language-server

Stack Overflow when TS Child Node is smaller than Parent Node

Closed this issue · 1 comments

The problem happens when the treesitter parses parses a child node to be smaller than the parent node, and the cursor position is not on the child node:

@i|d -- parent node with cursor
@    -- child node
Image

Maybe related to #516 , but the issue should be reproducable with the same query and the same cursor position 🤔