Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note for VSCode integrated terminal support #27

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,13 @@ The terminals on which each has been confirmed to work are listed below.

#### Inline Images Protocol

| Terminal emulator | Support | Note |
| -------------------------------------------------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------- |
| [iTerm2](https://iterm2.com) | ○ | But slower than other terminals |
| [WezTerm](https://wezfurlong.org/wezterm/index.html) | ○ | |
| [VSCode integrated terminal](https://code.visualstudio.com/docs/terminal/basics) | ○ | |
| [Hyper](https://hyper.is) | △ | >=[v4.0.0](https://github.com/vercel/hyper/releases/tag/v4.0.0-canary.4), not yet officially released |
| [Tabby](https://tabby.sh) | △ | The graph background is not transparent |
| Terminal emulator | Support | Note |
| -------------------------------------------------------------------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| [iTerm2](https://iterm2.com) | ○ | But slower than other terminals |
| [WezTerm](https://wezfurlong.org/wezterm/index.html) | ○ | |
| [VSCode integrated terminal](https://code.visualstudio.com/docs/terminal/basics) | ○ | Requires the [`terminal.integrated.enableImages` setting](https://code.visualstudio.com/docs/terminal/advanced#_image-support) to be enabled |
| [Hyper](https://hyper.is) | △ | >=[v4.0.0](https://github.com/vercel/hyper/releases/tag/v4.0.0-canary.4), not yet officially released |
| [Tabby](https://tabby.sh) | △ | The graph background is not transparent |

#### Terminal graphics protocol

Expand Down