Fix showCellStatusbar default #125403

This commit is contained in:
Rob Lourens 2021-06-03 18:32:09 -07:00
parent a244a4ccc6
commit 0acf7df100

View file

@ -625,7 +625,7 @@ configurationRegistry.registerConfiguration({
nls.localize('notebook.showCellStatusbar.hidden.description', "The cell status bar is always hidden."),
nls.localize('notebook.showCellStatusbar.visible.description', "The cell status bar is always visible."),
nls.localize('notebook.showCellStatusbar.visibleAfterExecute.description', "The cell status bar is hidden until the cell has executed. Then it becomes visible to show the execution status.")],
default: true,
default: 'visible',
tags: ['notebookLayout']
},
[NotebookTextDiffEditorPreview]: {