Sixel support does not work on Windows #198622
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
terminal-rendering
Milestone
Type: Bug
With the following settings:
Terminal > Integrated: Enable Images
enabledIntegrated: Gpu Acceleration
set toon
Terminal > Integrated: Windows Enable Conpty
set toon
(default)I can't seem to get images displayed correctly in the integrated terminal. Via pwsh, trying
cat snake.six
(the one from libsixel, downloaded from GitHub) only prints a blank line. Here are commands I've tried: none of them print any image:cat <a sixel image downloaded>
img2sixel <some PNG>
andcurl -s https://raw.githubusercontent.com/saitoha/libsixel/master/images/snake.six && echo
Did I do something wrong? How do I make Sixel support work? I couldn't find any information on Windows while digging in a few places.
NB: Tabby, which also uses xterm.js, claim that Sixel support straight up does not work on Windows because of ConPTY (Eugeny/tabby#7063), while the help for the Enable Images option says that it should work on Windows
Screenshots
Everything else
VS Code version: Code 1.84.2 (1a5daa3, 2023-11-09T10:51:52.184Z)
OS version: Windows_NT x64 10.0.22621
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: