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
Don't dedent if the special dedent keyword appears in special contexts, like in strings or as variable names (see below). Thanks @chen19901225 for the inspiration!
# Prior to this release, the following code would have no indentation on the next line:deff(x, y, raise_on_error=False):
# And the next line would be incorrectly dedented after something like this:defmonopoly():
print('return to jail, do not pass go')
Update required version of vscode to resolve security vulnerability CVE-2018-20834.