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 removes space before attribute lookup on numeric literal #1784

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

Comments

@ericsnowcurrently
Copy link
Member

5 .bit_length()

gets changed to

5.bit_length()

The space should not get removed.

@luabud
Copy link
Member

luabud commented Sep 11, 2019

Fixed upstream.

@luabud luabud closed this as completed Sep 11, 2019
@ghost ghost removed the needs PR label Sep 11, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Sep 18, 2019
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

4 participants