vscode/extensions/media-preview
Logan Ramos 4acf2d9b46
Update the telemetry modules (#170512)
Update the module
2023-01-03 15:10:45 -05:00
..
media Add preventDefault calls, ref #138175 (#168310) 2022-12-07 10:41:21 -08:00
src Use proper function to get image dirname (#168652) 2022-12-09 20:45:48 +01:00
.vscodeignore Rename image-preview extension to media-preview (#162093) 2022-09-27 21:01:14 -07: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.json Update the telemetry modules (#170512) 2023-01-03 15:10:45 -05:00
package.nls.json Rename image-preview extension to media-preview (#162093) 2022-09-27 21:01:14 -07:00
README.md Rename image-preview extension to media-preview (#162093) 2022-09-27 21:01:14 -07:00
tsconfig.json Fix console not being a known symbol in media-preview (#169065) 2022-12-14 16:57:06 -08:00
yarn.lock Update the telemetry modules (#170512) 2023-01-03 15:10:45 -05:00

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

Supported video formats

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