Skip to content

Commit

Permalink
Set default terminal buffer impl to TypedArray
Browse files Browse the repository at this point in the history
Fixes #63688
  • Loading branch information
Tyriar committed Dec 3, 2018
1 parent d8317e3 commit 13d1149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ configurationRegistry.registerConfiguration({
description: nls.localize('terminal.integrated.experimentalBufferImpl', "Controls the terminal's internal buffer implementation. This setting is picked up on terminal creation and will not apply to existing terminals."),
type: 'string',
enum: ['JsArray', 'TypedArray'],
default: 'JsArray'
default: 'TypedArray'
},
'terminal.integrated.splitCwd': {
description: nls.localize('terminal.integrated.splitCwd', "Controls the working directory a split terminal starts with."),
Expand Down

0 comments on commit 13d1149

Please sign in to comment.