Skip to content

Commit

Permalink
Merge pull request #180879 from microsoft/aamunger/scrollSetting
Browse files Browse the repository at this point in the history
Clarify that the scroll output setting is for how the outputs are initially rendered.
  • Loading branch information
amunger authored Apr 25, 2023
2 parents b446833 + ebfeae2 commit d3da46f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ configurationRegistry.registerConfiguration({
tags: ['notebookLayout', 'notebookOutputLayout']
},
[NotebookSetting.outputScrolling]: {
markdownDescription: nls.localize('notebook.outputScrolling', "Use a scrollable region for notebook output when longer than the limit"),
markdownDescription: nls.localize('notebook.outputScrolling', "Initially render notebook outputs in a scrollable region when longer than the limit"),
type: 'boolean',
tags: ['notebookLayout', 'notebookOutputLayout'],
default: typeof product.quality === 'string' && product.quality !== 'stable' // only enable as default in insiders
Expand Down

0 comments on commit d3da46f

Please sign in to comment.