提交 ad08cb9d 编写于 作者: R Rob Lourens

Disable consolidated run button by default. Fix #125544

上级 0f11b2d9
...@@ -698,7 +698,7 @@ configurationRegistry.registerConfiguration({ ...@@ -698,7 +698,7 @@ configurationRegistry.registerConfiguration({
[ConsolidatedRunButton]: { [ConsolidatedRunButton]: {
description: nls.localize('notebook.consolidatedRunButton.description', "Control whether extra actions are shown in a dropdown next to the run button."), description: nls.localize('notebook.consolidatedRunButton.description', "Control whether extra actions are shown in a dropdown next to the run button."),
type: 'boolean', type: 'boolean',
default: true, default: false,
tags: ['notebookLayout'] tags: ['notebookLayout']
}, },
[NotebookCellEditorOptionsCustomizations]: editorOptionsCustomizationSchema [NotebookCellEditorOptionsCustomizations]: editorOptionsCustomizationSchema
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册