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
"\x1b[38;20m" line is enough actually to recreate this issue.
I think there is a problem with parsing brackets inside of strings (regardless of escape chars). Another issue that I have is with curly brackets:
var=0f'{var} {{'
Or even this
asd = '{'
This will also create the same issue and it's really annoying.
A minimal example is as below. every step I only type
o
to trigger to indentation.The text was updated successfully, but these errors were encountered: