Skip to content

Commit d3da46f

Browse files
authored
Merge pull request microsoft#180879 from microsoft/aamunger/scrollSetting
Clarify that the scroll output setting is for how the outputs are initially rendered.
2 parents b446833 + ebfeae2 commit d3da46f

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)