Change default nb sticky mode based on feedback (#203488)

change default nb sticky mode based on feedback
This commit is contained in:
Michael Lively 2024-01-25 13:23:20 -08:00 committed by GitHub
parent 6e2ea0ed27
commit 274a528e33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -886,7 +886,7 @@ configurationRegistry.registerConfiguration({
nls.localize('notebook.stickyScrollMode.flat', "Nested sticky lines appear flat."),
nls.localize('notebook.stickyScrollMode.indented', "Nested sticky lines appear indented."),
],
default: 'flat',
default: 'indented',
tags: ['notebookLayout']
},
[NotebookSetting.consolidatedOutputButton]: {