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
markdownDescription: nls.localize('notebook.codeActionsOnSave',"Experimental. Run a series of CodeActions for a notebook on save. CodeActions must be specified, the file must not be saved after delay, and the editor must not be shutting down. Example: `notebook.format: true`"),
925
+
type: 'object',
926
+
additionalProperties: {
927
+
type: 'boolean'
928
+
},
929
+
tags: ['notebookLayout'],
930
+
default: {}
931
+
},
923
932
[NotebookSetting.confirmDeleteRunningCell]: {
924
933
markdownDescription: nls.localize('notebook.confirmDeleteRunningCell',"Control whether a confirmation prompt is required to delete a running cell."),
0 commit comments