vscode/extensions/image-preview
Christos Pappas 03beeec722
Prevent aggressive image name encoding (#96935)
* Prevent aggressive image name encoding

* Fix typo on function name

Changes getWebiewContents to getWebviewContents in image-preview extension
2020-05-11 15:21:16 -07:00
..
media Add 'vscode.reopenWith' API command 2020-01-10 14:25:21 -08:00
src Prevent aggressive image name encoding (#96935) 2020-05-11 15:21:16 -07:00
.vscodeignore Prototyping custom editors (#77789) 2019-09-10 17:56:57 -07:00
extension.webpack.config.js Prototyping custom editors (#77789) 2019-09-10 17:56:57 -07:00
icon.png Add icon for image preview ext 2019-09-16 16:02:56 -07:00
icon.svg Add icon for image preview ext 2019-09-16 16:02:56 -07:00
package.json rename custom editor activation event 2020-02-26 10:59:36 -08:00
package.nls.json Rename custom editor contribution point 2020-02-25 10:55:41 -08:00
README.md Remove tga from documented supported image format list 2019-12-04 15:37:49 -08:00
tsconfig.json Prototyping custom editors (#77789) 2019-09-10 17:56:57 -07:00
yarn.lock Prototyping custom editors (#77789) 2019-09-10 17:56:57 -07:00

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
  • *.webp