forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-formattingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Milestone
Description
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 spacesMetadata
Metadata
Assignees
Labels
area-formattingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug