vscode/extensions/image-preview/package.nls.json
Matt Bierner edcf6e24b3
Add built-in video preview (#159623)
Fixes #159106

Also hooks up our service worker to support seeking in local video resources. This requires handling range requests properly
2022-08-31 13:06:06 -07:00

10 lines
336 B
JSON

{
"displayName": "Image Preview",
"description": "Provides VS Code's built-in image preview",
"customEditor.audioPreview.displayName": "Audio Preview",
"customEditor.imagePreview.displayName": "Image Preview",
"customEditor.videoPreview.displayName": "Video Preview",
"command.zoomIn": "Zoom in",
"command.zoomOut": "Zoom out"
}