Skip to content

Commit ebfeae2

Browse files
committed
update wording
1 parent 6fc6189 commit ebfeae2

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
@@ -903,7 +903,7 @@ configurationRegistry.registerConfiguration({
903903
tags: ['notebookLayout', 'notebookOutputLayout']
904904
},
905905
[NotebookSetting.outputScrolling]: {
906-
markdownDescription: nls.localize('notebook.outputScrolling', "Use a scrollable region for notebook output when longer than the limit"),
906+
markdownDescription: nls.localize('notebook.outputScrolling', "Initially render notebook outputs in a scrollable region when longer than the limit"),
907907
type: 'boolean',
908908
tags: ['notebookLayout', 'notebookOutputLayout'],
909909
default: typeof product.quality === 'string' && product.quality !== 'stable' // only enable as default in insiders

0 commit comments

Comments
 (0)