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

formatOnType strips space on single item unpacking #1789

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

formatOnType strips space on single item unpacking #1789

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

Comments

@ericsnowcurrently
Copy link
Member

a, = [1]

becomes

a, =[1]

The space should not be removed.

@ericsnowcurrently
Copy link
Member Author

This is similar to #1788.

@MikhailArkhipov MikhailArkhipov self-assigned this May 30, 2018
@MikhailArkhipov MikhailArkhipov added bug Issue identified by VS Code Team member as probable bug needs PR area-formatting labels May 30, 2018
@MikhailArkhipov
Copy link

Yeah, actually exactly the same

@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

2 participants