Skip to content

Running line by line with empty line causes line to go back to the first line #6859

@miguelsolorio

Description

@miguelsolorio

Testing microsoft/vscode#129467

CleanShot.2021-07-27.at.13.11.23.mp4

Have a code cell like:

to_drop = ['cp',
           'fbs',
           'restecg',
           'thalach',
           'exang',
           'oldpeak',
           'slope',
           'thal',
           'target',
           'ca']

df.drop(to_drop, inplace=True, axis=1)
df.head(5)

And run line by line, when it comes to the empty line, it will go back to the first line and then back to where it was.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugnotebook-run-by-lineverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions