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
Hi, I write a vsc extension want to implement go to definition, it require position info. I see that token already has pos property, would we also add to node.source filed?
Hi, I write a vsc extension want to implement
go to definition, it require position info. I see that token already hasposproperty, would we also add tonode.sourcefiled?