vscode/extensions/media-preview
2023-02-08 10:24:47 -08: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
extension-browser.webpack.config.js
extension.webpack.config.js
icon.png
package.json Also recognize .oga as an audio extension (#173711) 2023-02-08 10:24:47 -08:00
package.nls.json
README.md Also recognize .oga as an audio extension (#173711) 2023-02-08 10:24:47 -08:00
tsconfig.json Fix console not being a known symbol in media-preview (#169065) 2022-12-14 16:57:06 -08:00
yarn.lock Bump module to new package (#173599) 2023-02-06 12:29:36 -08: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, .oga

Supported video formats

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