Skip to content

Commit 999fa2c

Browse files
committed
Enable terminal localEcho by default
1 parent a1726c0 commit 999fa2c

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
@@ -444,7 +444,7 @@ const terminalConfiguration: IConfigurationNode = {
444444
description: localize('terminal.integrated.localEchoLatencyThreshold', "Experimental: length of network delay, in milliseconds, where local edits will be echoed on the terminal without waiting for server acknowledgement. If '0', local echo will always be on, and if '-1' it will be disabled."),
445445
type: 'integer',
446446
minimum: -1,
447-
default: -1,
447+
default: 30,
448448
},
449449
[TerminalSettingId.LocalEchoExcludePrograms]: {
450450
description: localize('terminal.integrated.localEchoExcludePrograms', "Experimental: local echo will be disabled when any of these program names are found in the terminal title."),

0 commit comments

Comments
 (0)