You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notebooks now have preliminary support for CodeActions on save. Currently, that allows the user to execute a set of pre-defined commands (not specifically CodeActions) upon the saving of their notebook.
Steps to Test:
Create a new or open a pre-existing notebook
Go to Settings (UI) and search for notebook.codeActionsOnSave
Add several commands to this setting
Save the notebook, which should run all commands defined in settings
Adjust boolean values of commands, ensuring that it changes whether or not the command runs
Have fun! Play around with this, tweak your notebook workflow, find some bugs.
Things to check
The commands all executed (or didn't) as expected given boolean values.
The notebook saved.
Saving of the notebook occurred after all actions.
The text was updated successfully, but these errors were encountered:
Refs: #179213
Complexity: 2
Authors: @Yoyokrazy
Create Issue
Summary:
Notebooks now have preliminary support for CodeActions on save. Currently, that allows the user to execute a set of pre-defined commands (not specifically CodeActions) upon the saving of their notebook.
Steps to Test:
notebook.codeActionsOnSave
Things to check
The text was updated successfully, but these errors were encountered: