Skip to content

Commit 5fa8f45

Browse files
committed
Add caveat about lack of serialization support
1 parent e7a0cb4 commit 5fa8f45

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."),
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."),
592592
type: 'boolean',
593593
default: false,
594594
tags: ['experimental']

0 commit comments

Comments
 (0)