forked from DonJayamanne/pythonVSCode
-
Couldn't load subscription status.
- Fork 1.3k
Closed
Labels
area-formattingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
As the title says, when OP using save formatting, it will separate two lines
Fact:
before format:

after format:

Expect:
When formatting is used, the function of automatically separating two lines can be cancelled.
Code to reproduce the problem:
app = Flask(__name__)
# abc
@app.route("/start")
def start():
return "a"
Metadata
Metadata
Assignees
Labels
area-formattingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team