Skip to content

Commit c2b15fe

Browse files
authored
Merge pull request microsoft#182874 from microsoft/tyriar/181081
Elaborate on how the scrollback setting is used
2 parents 2ca206a + 8baa134 commit c2b15fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const terminalConfiguration: IConfigurationNode = {
269269
default: 1
270270
},
271271
[TerminalSettingId.Scrollback]: {
272-
description: localize('terminal.integrated.scrollback', "Controls the maximum number of lines the terminal keeps in its buffer."),
272+
description: localize('terminal.integrated.scrollback', "Controls the maximum number of lines the terminal keeps in its buffer. We pre-allocate memory based on this value in order to ensure a smooth experience. As such, as the value increases, so will the amount of memory."),
273273
type: 'number',
274274
default: 1000
275275
},

0 commit comments

Comments
 (0)