Skip to content

Commit

Permalink
Add simple description for image preview extension
Browse files Browse the repository at this point in the history
Fixes #81741
  • Loading branch information
mjbvz committed Oct 1, 2019
1 parent 197c7f2 commit 00b1067
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions extensions/image-preview/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Image Preview

**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

## Features

This extension provides VS Code's built-in image preview functionality.

Supported image formats:

- `*.jpg`, `*.jpe`, `*.jpeg`
- `*.png`
- `*.bmp`
- `*.gif`
- `*.ico`
- `*.tga`
- `*.tif`, `*.tiff`
- `*.webp`
2 changes: 1 addition & 1 deletion extensions/image-preview/package.nls.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"displayName": "Image Preview",
"description": "Previews images.",
"description": "Provides VS Code's built-in image preview",
"webviewEditors.displayName": "Image Preview"
}

0 comments on commit 00b1067

Please sign in to comment.