Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clicking on a notebook output that contains a link will scroll to the first link #177720

Closed
amunger opened this issue Mar 20, 2023 · 0 comments
Closed
Assignees
Labels
insiders-released Patch has been released in VS Code Insiders notebook-output
Milestone

Comments

@amunger
Copy link
Contributor

amunger commented Mar 20, 2023

  1. open a notebook and run a cell that produces an output long enough to scroll, e.g
import pandas as pd

data = {'A': [1, 2], 'B': [3, 4]}
df = pd.DataFrame(data)

# This line will generate a KeyError because column 'C' does not exist in the DataFrame
print(df['C'])
  1. click within the output element
    🐛 the output element scrolls to the top to select the first link
@rebornix rebornix added this to the March 2023 milestone Mar 21, 2023
@vscodenpa vscodenpa added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Mar 21, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
insiders-released Patch has been released in VS Code Insiders notebook-output
Projects
None yet
Development

No branches or pull requests

3 participants