vscode/extensions/image-preview
2021-11-12 11:05:57 +01:00
..
media Fix zoom-out on an image [#131080] (#134706) 2021-10-15 14:38:38 -07:00
src use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
.vscodeignore
extension-browser.webpack.config.js
extension.webpack.config.js
icon.png Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
icon.svg
package.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
package.nls.json
README.md
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 Update telemetry module 2021-11-08 10:00:44 -05: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