Skip to content

Commit 6e9b89c

Browse files
committed
Elaborate on how the scrollback setting is used
Part of microsoft#181081
1 parent 4c6e0b5 commit 6e9b89c

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. In order to ensure a smooth experience this value pre-allocates memory, so if it's very large it will end up consuming a constant large amount of memory."),
273273
type: 'number',
274274
default: 1000
275275
},

0 commit comments

Comments
 (0)