Skip to content

IW error callstack links are off by one line with IPython7 #11002

Open

Description

execute these cells in the interactive window

# %%
def raiser():
  raise Exception("error")

# %%
raiser()
# exception raised
x = 1

Click on the some of the links in the resulting error callstack.
🐛 The cursor is placed one line off from where it should be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginteractive-windowImpacts interactive window

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions