You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
markdownDescription: localize('terminal.integrated.smoothScrolling',"Controls whether the terminal will scroll using an animation."),
586
586
type: 'boolean',
587
587
default: false
588
-
}
588
+
},
589
+
[TerminalSettingId.ExperimentalImageSupport]: {
590
+
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."),
0 commit comments