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

Context menu -> run by line results in an error #7751

Closed
Tracked by #5607
isidorn opened this issue Sep 29, 2021 · 2 comments
Closed
Tracked by #5607

Context menu -> run by line results in an error #7751

isidorn opened this issue Sep 29, 2021 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debt Code quality issues notebook-run-by-line
Milestone

Comments

@isidorn
Copy link

isidorn commented Sep 29, 2021

Testing microsoft/vscode#133903

Run by line from the Cell Context Menu always results in an error 🐛
Even though from the toolbar it works like a charm

Screenshot 2021-09-29 at 18 32 56

Screenshot 2021-09-29 at 18 33 31

@DavidKutu DavidKutu transferred this issue from microsoft/vscode Sep 29, 2021
@greazer greazer added bug Issue identified by VS Code Team member as probable bug 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 modified the milestones: October 2021, On Deck Oct 8, 2021
@roblourens
Copy link
Member

Hey @rebornix, it looks like the context for this menu is only a URI, when in the toolbar these commands get the NotebookCell. Is there any way to pass the NotebookCell as context or do the commands just have to handle getting a URI?

@roblourens
Copy link
Member

microsoft/vscode#162018

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

6 participants