Skip to content

Commit 00af916

Browse files
committed
Mark localEcho settings as preview
Part of microsoft/vscode#126209 See microsoft/vscode#239335
1 parent d05c73f commit 00af916

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/terminal/advanced.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,11 @@ Since ConPTY is an emulation layer, it does come with some quirks. The most comm
196196

197197
This section outlines topics specific to when VS Code is connected to a remote machine using a VS Code [Remote Development](https://code.visualstudio.com/docs/remote/remote-overview) extension.
198198

199-
### Reducing remote input latency
199+
### Local terminals in remote windows
200+
201+
The default **local** terminal profile can be launched in remote windows with the **Terminal: Create New Integrated Terminal (Local)** command via the Command Palette. Currently non-default profiles cannot be launched from remote windows.
202+
203+
### Reducing remote input latency (Preview)
200204

201205
Local echo is a feature that helps mitigate the effect of input latency on remote windows. It writes the keystrokes in the terminal in a dimmed color before the result is confirmed by the remote. By default, the feature start running when latency is detected to be above 30 ms and the timing can be configured with `setting(terminal.integrated.localEchoLatencyThreshold)`. The color of the unconfirmed characters is defined by `setting(terminal.integrated.localEchoStyle)`.
202206

@@ -209,7 +213,3 @@ To disable the feature completely, use:
209213
"terminal.integrated.localEchoEnabled": false
210214
}
211215
```
212-
213-
### Local terminals in remote windows
214-
215-
The default **local** terminal profile can be launched in remote windows with the **Terminal: Create New Integrated Terminal (Local)** command via the Command Palette. Currently non-default profiles cannot be launched from remote windows.

0 commit comments

Comments
 (0)