Skip to content

Run Selection/Line in Python Terminal is inserting unnecessary, breaking lines #1564

@brettcannon

Description

@brettcannon
if True:
    print("Hi")

What ends up in the REPL seems to be:

if True:

    print("Hi")

Metadata

Metadata

Assignees

Labels

area-terminalbugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions