vscode/extensions/media-preview
Matt Bierner f2513b5ea7 Add commands to quickly switch between svg preview and text
Fixes #245180
2025-03-31 14:36:59 -07:00
..
media Revert "Use separate div for image preview transparency grid" (#229082) 2024-09-19 19:51:50 -07:00
src Add commands to quickly switch between svg preview and text 2025-03-31 14:36:59 -07:00
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
extension-browser.webpack.config.js Rename image-preview extension to media-preview (#162093) 2022-09-27 21:01:14 -07:00
extension.webpack.config.js Rename image-preview extension to media-preview (#162093) 2022-09-27 21:01:14 -07:00
icon.png Rename image-preview extension to media-preview (#162093) 2022-09-27 21:01:14 -07:00
package-lock.json Update telemetry package (#236378) 2024-12-17 20:12:49 +01:00
package.json Add commands to quickly switch between svg preview and text 2025-03-31 14:36:59 -07:00
package.nls.json Add commands to quickly switch between svg preview and text 2025-03-31 14:36:59 -07:00
tsconfig.json Fix `console` not being a known symbol in media-preview (#169065) 2022-12-14 16:57:06 -08:00

README.md

Media Preview

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension provides basic preview for images, audio and video files.

Supported image file extensions

  • .jpg, .jpe, .jpeg
  • .png
  • .bmp
  • .gif
  • .ico
  • .webp
  • .avif

Supported audio formats

  • .mp3
  • .wav
  • .ogg, .oga

Supported video formats

  • .mp4 (does not support aac audio tracks)
  • .webm (vp8 only)