vscode/extensions/media-preview
Matt Bierner 4f5c7b295c
Allow copying images from image preview (#180269)
Allow copying image from image preview

Fixes #171616

Lets you cmd+c / right click to copy images from the image preview

Also disables the copy/paste options in the other media previews since they don't currently support copying
2023-04-18 19:19:09 -07:00
..
media Allow copying images from image preview (#180269) 2023-04-18 19:19:09 -07: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)