vscode/extensions/media-preview
Robo 9494a89080
chore: add npmrc to extensions folder (#230214)
2024-10-01 12:43:01 +02:00
..
media Revert "Use separate div for image preview transparency grid" (#229082) 2024-09-19 19:51:50 -07:00
src Fix image preview after image update 2024-09-03 12:50:29 -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
extension.webpack.config.js
icon.png
package-lock.json feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
package.json Bump telemetry package (#197168) 2023-11-01 20:51:03 +01:00
package.nls.json feat: adding optional support for auto playing and looping videos (#184758) 2023-06-21 17:51:00 +00:00
tsconfig.json

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)