vscode/extensions/image-preview
2022-09-20 13:49:03 -07:00
..
media Clean up video styling (#160461) 2022-09-08 17:28:14 -07:00
src Fix hiding of image preview status bar items (#161278) 2022-09-20 13:49:03 -07:00
.vscodeignore Do not ship unnecessary files with extensions 2020-07-24 13:57:51 +02:00
extension-browser.webpack.config.js used shared webpack-config for browser 2020-06-25 23:22:02 +02:00
extension.webpack.config.js Prototyping custom editors (#77789) 2019-09-10 17:56:57 -07:00
icon.png Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
package.json Add webm/VP8 support to video viewer (#160459) 2022-09-08 17:28:24 -07:00
package.nls.json Add built-in video preview (#159623) 2022-08-31 13:06:06 -07:00
README.md Remove tga from documented supported image format list 2019-12-04 15:37:49 -08:00
tsconfig.json use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
yarn.lock Rev built-in versions of vscode-nls to 5.1.0 (#157530) 2022-08-08 18:43:45 +02: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