vscode/extensions/image-preview
2019-11-12 16:08:04 -08:00
..
media Better fix for disabling pinch to zoom in a webview zooming the entire editor in chrome 2019-11-12 15:41:41 -08:00
src Adding setting to enable a test command for making a fake "edit" to an image preview 2019-11-12 16:08:04 -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 Adding setting to enable a test command for making a fake "edit" to an image preview 2019-11-12 16:08:04 -08:00
package.nls.json Add zoomIn and zoomOut commands for image preview 2019-10-22 17:11:31 -07:00
README.md Remove tiff as a supported image preview format 2019-10-01 15:41:56 -07: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
  • *.tga
  • *.webp