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 add unnecessary spaces in kwargs in split line function #1796

Closed
MisLink opened this issue May 30, 2018 · 0 comments · Fixed by #1824
Closed

formatOnType add unnecessary spaces in kwargs in split line function #1796

MisLink opened this issue May 30, 2018 · 0 comments · Fixed by #1824
Assignees
Labels
area-formatting bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@MisLink
Copy link

MisLink commented May 30, 2018

async def fetch():
    async with aiohttp.ClientSession() as session:
        async with session.ws_connect(
                'http://127.0.0.1:8000/', headers=cookie) as ws:  # longer than max line-length
<enter>

 async def fetch():
    async with aiohttp.ClientSession() as session:
        async with session.ws_connect(
                'http://127.0.0.1:8000/', headers = cookie) as ws:  # add unwanted spaces
@MikhailArkhipov MikhailArkhipov self-assigned this May 30, 2018
@brettcannon brettcannon added bug Issue identified by VS Code Team member as probable bug needs PR area-formatting labels May 30, 2018
@MikhailArkhipov MikhailArkhipov added this to the May 2018 milestone May 30, 2018
@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

Successfully merging a pull request may close this issue.

3 participants