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

Allow invoking kernel picker for inactive notebook given NotebookEditor in notebook.selectKernel command args #132879

Merged
merged 3 commits into from
Sep 15, 2021

Conversation

joyceerhl
Copy link
Collaborator

@joyceerhl joyceerhl commented Sep 10, 2021

Re: microsoft/vscode-jupyter#7476

GIF of combined VS Code and Jupyter extension changes:
recording (23)

`notebook.selectKernel` is now an API command that takes target `NotebookEditor` as an arg
@joyceerhl joyceerhl requested a review from rebornix September 10, 2021 18:13
})
],
ApiCommandResult.Void);
this._commands.registerApiCommand(selectKernelApiCommand);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rebornix I wasn't sure where to move this to. Would extHostApiCommands.ts be the right place?

@rebornix rebornix merged commit d4d04e5 into main Sep 15, 2021
@rebornix rebornix deleted the dev/joyceerhl/iw-kernel-picker branch September 15, 2021 21:35
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants