vscode/extensions/media-preview
Anthony Stewart 92d528bbd3
Support copying non-pngs and wait for focus to avoid race conditions (#180322)
* Support copying non-pngs and wait for focus to avoid race conditions

* Remove the temporary canvas element after copying

* Update to place entire canvas creation inside promise.

* Increasing to 5 retries 20ms apart
2023-04-20 18:51:41 +00:00
..
media Support copying non-pngs and wait for focus to avoid race conditions (#180322) 2023-04-20 18:51:41 +00:00
src Allow copying images from image preview (#180269) 2023-04-18 19:19:09 -07: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 Allow copying images from image preview (#180269) 2023-04-18 19:19:09 -07:00
package.nls.json Allow copying images from image preview (#180269) 2023-04-18 19:19:09 -07:00
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)