Disable consolidated run button by default. Fix #125544

This commit is contained in:
Rob Lourens 2021-06-04 12:15:40 -07:00
parent 0f11b2d9c7
commit ad08cb9d2a

View file

@ -698,7 +698,7 @@ configurationRegistry.registerConfiguration({
[ConsolidatedRunButton]: {
description: nls.localize('notebook.consolidatedRunButton.description', "Control whether extra actions are shown in a dropdown next to the run button."),
type: 'boolean',
default: true,
default: false,
tags: ['notebookLayout']
},
[NotebookCellEditorOptionsCustomizations]: editorOptionsCustomizationSchema