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
i use bpython in vscode and if i send a block of lines that are indented to bpython, it will raise indentation error.
I wonder if it is possible to deindent the code if the whole block is indented. that makes sense if you want to test run lines within a loop , for instance.