vscode/extensions/media-preview
Matt Bierner d05d85a78b
Move html rewriting for old webviews to (#163367)
The `asWebviewUri` methods was introduced in VS Code 1.38. It's silly that we still force every single webview to pay the cost of trying to rewrite the old style uris we supported in very old versions of VS Code

Instead I've moved this logic into the extension host and disabled it for all extensions that target VS Code 1.60+ or newer. This means it never applies to internal webviews, notebooks, webview views, or custom editors (these public apis were all introduced after the switch to `asWebviewUri`)
2022-10-11 16:08:17 -07:00
..
media Rename image-preview extension to media-preview (#162093) 2022-09-27 21:01:14 -07:00
src Rename image-preview extension to media-preview (#162093) 2022-09-27 21:01:14 -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 Move html rewriting for old webviews to (#163367) 2022-10-11 16:08:17 -07: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 Rename image-preview extension to media-preview (#162093) 2022-09-27 21:01:14 -07:00
yarn.lock Rename image-preview extension to media-preview (#162093) 2022-09-27 21:01:14 -07: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)