vscode/extensions/image-preview
2019-12-04 15:37:49 -08:00
..
media Fix opening image with '%' in the filename (#84667) 2019-11-15 18:14:30 -08:00
src Better name 2019-11-22 15:18:01 -08: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 Note image preview's extension kind 2019-12-02 15:43:37 -08:00
package.nls.json Add zoomIn and zoomOut commands for image preview 2019-10-22 17:11:31 -07: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