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
Steps to Reproduce:
Type in this python code and use Developer: Inspect TM Scopes to look at the in keyword in each line.
x= [y+3foryinrange(3)] # 'in' is recognized as logical operator, but is part of the control flowz=any(y==3foryinrange(7)) # 'in' is rightfully recognized as control flow operatorforainx: # 'in' is recognized as logical operator, but is part of the control flowifainx: # 'in' is rightfully recognized as logical operatorpass
Does this issue occur when all extensions are disabled?: Yes