-
Notifications
You must be signed in to change notification settings - Fork 294
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
Order of Icons in Native Notebook toolbar is odd #4632
Comments
Not sure where Run Above, Run Below should be? Should the be placed before or after interrupt and restart? |
@claudiaregio had me file this related bug on vscode: microsoft/vscode#114927 |
Please see comment microsoft/vscode#114927 (comment), (group |
Waiting on VS Code to provide detail on guidelines for these buttons (lots of changes happening in this space, toolbar, editor/title/run support in notebooks, etc) |
Validate |
What is the expected order of icons
Run All (added by vs code, when running all, this changes to
Stop
)Clear output (added by VS Code)
Interrupt Kernel (added by us)
Enabled only when cells are running (kernel is busy)
Open Changes (added by VS Code - no idea why this is after our icon?)
Restart Kernel
Enabled only when cells are running (kernel is busy)
Run Cell Above
Enabled only when any cell other than 1st is selected
Run cell & below
Variable viewer
Export Notebook
Trust Icon (Red when not trusted, & green when trusted)
Specify Local or remote (used to toggle between local or remote jupyter connections)
Last (split editor) Added by VS Code
The text was updated successfully, but these errors were encountered: