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
This is basically the exact same symptom as #12717 except it happens when executing the "Add reference here" code action instead of using completion.
The same example as in #12717 can be used to reproduce it. If you type show_value(request.query_id) in the test function at the bottom of the file, then select "Add reference here", the ampersand character is added on line 6 instead of the correct line.
Interestingly, the "consider borrowing here" code action works fine.