Skip to content

Commit 026895b

Browse files
committed
Add conpty note
1 parent 5fa8f45 commit 026895b

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
@@ -588,7 +588,7 @@ const terminalConfiguration: IConfigurationNode = {
588588
},
589589
[TerminalSettingId.ExperimentalImageSupport]: {
590590
restricted: true,
591-
markdownDescription: localize('terminal.integrated.experimentalImageSupport', "Enables experimental image support in the terminal. Both sixel and iTerm's inline image protocol are supported. Images will not be retained currently between window reloads/reconnects."),
591+
markdownDescription: localize('terminal.integrated.experimentalImageSupport', "Enables experimental image support in the terminal. Both sixel and iTerm's inline image protocol are supported on Linux and macOS, Windows support will light up automatically when ConPTY passes through the sequences. Images will not be retained currently between window reloads/reconnects."),
592592
type: 'boolean',
593593
default: false,
594594
tags: ['experimental']

0 commit comments

Comments
 (0)