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 by line: Ctrl + Enter to Continue Execution requires click to focus #7734

Closed
Tracked by #5607
bamurtaugh opened this issue Sep 28, 2021 · 3 comments
Closed
Tracked by #5607
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debt Code quality issues notebook-run-by-line

Comments

@bamurtaugh
Copy link
Member

Testing microsoft/vscode#133903

  • Wanted to test Try using it only with the key bindings (each button shows how to do it)
  • F10 to RBL
  • Use F10 successfully several times
  • Try Ctrl+Enter to continue execution
  • Requires me to click inside the cell for Ctrl+Enter to work
    • Feels like needing to click defeats the purpose of using keybindings - am I missing another way to focus back into the cell? Is there a way to get Ctrl+Enter to automatically pick up which cell is focused based on which has a line highlighted by RBL, and to continue its execution?
@DavidKutu
Copy link

good catch

@greazer greazer added notebook-run-by-line debt Code quality issues and removed needs-triage labels Sep 30, 2021
@greazer greazer added this to the October 2021 milestone Sep 30, 2021
@greazer greazer removed this from the October 2021 milestone Oct 7, 2021
@greazer greazer added the bug Issue identified by VS Code Team member as probable bug label Oct 9, 2021
@roblourens
Copy link
Member

This is because the Variables pane steals focus. Seems like we would want to reveal it but not focus it.

@roblourens
Copy link
Member

Variables view is not automatically revealed by default anymore. And it will become built-in to vscode anyway

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 13, 2023
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 debt Code quality issues notebook-run-by-line
Projects
None yet
Development

No branches or pull requests

4 participants