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

"Go to [#]" codelenses don't work for Interactive Window #7648

Closed
1 of 2 tasks
greazer opened this issue Sep 23, 2021 · 6 comments · Fixed by #7685
Closed
1 of 2 tasks

"Go to [#]" codelenses don't work for Interactive Window #7648

greazer opened this issue Sep 23, 2021 · 6 comments · Fixed by #7685
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window verified Verification succeeded

Comments

@greazer
Copy link
Member

greazer commented Sep 23, 2021

Applies To

  • Notebooks (.ipynb files)
  • Interactive Window and/or Cell Scripts (.py files with #%% markers)

What happened?

  1. Start an interactive session by running a #%% cell.
  2. Click on the 'Go to [1]' codelens

Nothing happens. It should highlight the cell in the interactive window and give it focus.
image

VS Code Version

v1.61-insiders

Jupyter Extension Version

v2021.9.1001261101

Jupyter logs

No response

Coding Language and Runtime Version

No response

Language Extension Version (if applicable)

No response

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

No response

@greazer greazer added bug Issue identified by VS Code Team member as probable bug regression interactive-window Impacts interactive window labels Sep 23, 2021
@DonJayamanne
Copy link
Contributor

DonJayamanne commented Sep 23, 2021

Lol was fixed in the last release as a regression, looks like we've regressed again after the point fix #7347

@rchiodo rchiodo added this to the September 2021 milestone Sep 27, 2021
@rchiodo rchiodo self-assigned this Sep 27, 2021
@rchiodo
Copy link
Contributor

rchiodo commented Sep 27, 2021

Going to try and fix this.

@rchiodo
Copy link
Contributor

rchiodo commented Sep 27, 2021

It never gave it focus, it just scrolled. Scrolling seems to work. There just isn't a highlight.

@DonJayamanne
Copy link
Contributor

Scrolling seems to work. There just isn't a highlight

Aah, I want aware of that

@rchiodo
Copy link
Contributor

rchiodo commented Sep 27, 2021

I think we should rethink this too. It's really hokey the highlight.

@rchiodo
Copy link
Contributor

rchiodo commented Sep 27, 2021

#7687

@DonJayamanne DonJayamanne added the verified Verification succeeded label Sep 29, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug interactive-window Impacts interactive window verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants