forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
async for
and async with
are not automatically indenting
#7344
Labels
Milestone
Comments
brettcannon
added
bug
Issue identified by VS Code Team member as probable bug
triage-needed
Needs assignment to the proper sub-team
labels
Sep 12, 2019
Our indentation on enter rules only cover vscode-python/src/client/language/languageConfiguration.ts Lines 46 to 74 in 7362b25
|
10 tasks
✅ Validated when building the extension from scratch (no new Insiders build since this PR got merged). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
E.g.
and
do not indent the next line after the
:
.The text was updated successfully, but these errors were encountered: