mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
Add max size setting for Rich Text undo history in notebooks. (#15793)
This commit is contained in:
@@ -325,6 +325,12 @@ configurationRegistry.registerConfiguration({
|
||||
'default': false,
|
||||
'description': localize('notebook.showRenderedNotebookinDiffEditor', "(Preview) Show rendered notebook in diff editor.")
|
||||
},
|
||||
'notebook.maxRichTextUndoHistory': {
|
||||
'type': 'number',
|
||||
'default': 200,
|
||||
'minimum': 10,
|
||||
'description': localize('notebook.maxRichTextUndoHistory', "The maximum number of changes stored in the undo history for the notebook Rich Text editor.")
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user