Skip to content

Commit fb9e510

Browse files
authored
update vscode config option
vscode added support experimentally in 1.79, but used a different name for the option than in the final release. update it.
1 parent 03b107a commit fb9e510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,11 @@ Exoterm is a more up-to-date fork with sixel support, among other things: https:
323323

324324
{{< supported >}}
325325

326-
Must be enabled with `"terminal.integrated.experimentalImageSupport": true`.
326+
Must be enabled with `"terminal.integrated.enableImages": true`.
327327

328328
Uses xterm.js with xterm-addon-image, related PR: https://github.com/microsoft/vscode/pull/182442
329329

330-
From release 1.79: https://code.visualstudio.com/updates/v1_79#_images-in-the-terminal
330+
From release 1.80: https://code.visualstudio.com/updates/v1_80#_image-support
331331

332332
---
333333

0 commit comments

Comments
 (0)