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

Run Above/Below running the wrong cells #5766

Closed
DonJayamanne opened this issue May 5, 2021 · 2 comments
Closed

Run Above/Below running the wrong cells #5766

DonJayamanne opened this issue May 5, 2021 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@DonJayamanne
Copy link
Contributor

DonJayamanne commented May 5, 2021

  • Create a notebook with 2 cells
  • Select the first cell
  • CLick the toolbar icon run below for the second cell and it will run the first cell
    This is because VS Code sends the first cell as an argument to the click event of the toolbar of the second cell.

microsoft/vscode#123002
microsoft/vscode#123024

@DonJayamanne DonJayamanne added the bug Issue identified by VS Code Team member as probable bug label May 5, 2021
@DonJayamanne
Copy link
Contributor Author

Solution - Use VS Code Command to run a cell instead of using controller.

@joyceerhl
Copy link
Contributor

Validated. In Insiders following the original repro steps we now run the second cell.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 25, 2021
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
Projects
None yet
Development

No branches or pull requests

2 participants