Skip to content

Commit 8baa134

Browse files
Tyriarmeganrogge
andauthored
Update src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts
Co-authored-by: Megan Rogge <[email protected]>
1 parent 6e9b89c commit 8baa134

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. 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."),
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)