Skip to content
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

Format on type removes spaces when we have brackets #1786

Closed
DonJayamanne opened this issue May 29, 2018 · 2 comments
Closed

Format on type removes spaces when we have brackets #1786

DonJayamanne opened this issue May 29, 2018 · 2 comments
Labels
area-formatting bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@DonJayamanne
Copy link

DonJayamanne commented May 29, 2018

def one():
    yield (1, 2)

turns into

def one():
    yield(1, 2)

same with await xyz() turns into awaitxyz()
same with assert xyz() turns into assertxyz()

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug needs PR area-formatting labels May 29, 2018
@DonJayamanne
Copy link
Author

Could be same as #1780

@DonJayamanne DonJayamanne added this to the May 2018 milestone May 29, 2018
@DonJayamanne DonJayamanne mentioned this issue May 30, 2018
4 tasks
@MikhailArkhipov
Copy link

Should be fixed now

@lock lock bot locked as resolved and limited conversation to collaborators Jul 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-formatting bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

3 participants