update undo/redo.

This commit is contained in:
rebornix 2021-07-27 11:31:04 -07:00
parent 79b3eec4af
commit 63ccc4c93c

View file

@ -667,7 +667,8 @@ configurationRegistry.registerConfiguration({
[UndoRedoPerCell]: {
description: nls.localize('notebook.undoRedoPerCell.description', "Whether to use separate undo/redo stack for each cell."),
type: 'boolean',
default: false
default: true,
tags: ['notebookLayout']
},
[CompactView]: {
description: nls.localize('notebook.compactView.description', "Control whether the notebook editor should be rendered in a compact form. "),