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
WIP: Attempt to fix TestSignatureHelpWithTriggers02 - still failing
The logic now returns the first call found if any call contains the position, falling back to the innermost call. However, TestSignatureHelpWithTriggers02 still fails because the applicable span for bar() with empty arguments doesn't include the position right after inserting '('.
The issue appears to be in getApplicableSpanForArguments when argumentList is nil - the span calculation may not correctly include positions inside empty parentheses.
Co-authored-by: jakebailey <[email protected]>
0 commit comments