Skip to content

Commit 00b1067

Browse files
committed
Add simple description for image preview extension
Fixes microsoft#81741
1 parent 197c7f2 commit 00b1067

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

extensions/image-preview/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
11
# Image Preview
22

33
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
4+
5+
## Features
6+
7+
This extension provides VS Code's built-in image preview functionality.
8+
9+
Supported image formats:
10+
11+
- `*.jpg`, `*.jpe`, `*.jpeg`
12+
- `*.png`
13+
- `*.bmp`
14+
- `*.gif`
15+
- `*.ico`
16+
- `*.tga`
17+
- `*.tif`, `*.tiff`
18+
- `*.webp`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"displayName": "Image Preview",
3-
"description": "Previews images.",
3+
"description": "Provides VS Code's built-in image preview",
44
"webviewEditors.displayName": "Image Preview"
55
}

0 commit comments

Comments
 (0)