Skip to content

Formatting when using flash will separate the comment from the flash tag by two lines #19158

@ydmykr

Description

@ydmykr

As the title says, when OP using save formatting, it will separate two lines

Fact:
before format:
image
after format:
image

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 buginfo-neededIssue requires more information from postertriage-neededNeeds assignment to the proper sub-team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions