Skip to content

Commit 274a528

Browse files
authored
Change default nb sticky mode based on feedback (microsoft#203488)
change default nb sticky mode based on feedback
1 parent 6e2ea0e commit 274a528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ configurationRegistry.registerConfiguration({
886886
nls.localize('notebook.stickyScrollMode.flat', "Nested sticky lines appear flat."),
887887
nls.localize('notebook.stickyScrollMode.indented', "Nested sticky lines appear indented."),
888888
],
889-
default: 'flat',
889+
default: 'indented',
890890
tags: ['notebookLayout']
891891
},
892892
[NotebookSetting.consolidatedOutputButton]: {

0 commit comments

Comments
 (0)