mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-28 06:31:58 +00:00
15 lines
633 B
JSON
15 lines
633 B
JSON
{
|
|
"displayName": "Media Preview",
|
|
"description": "Provides VS Code's built-in previews for images, audio, and video",
|
|
"customEditor.audioPreview.displayName": "Audio Preview",
|
|
"customEditor.imagePreview.displayName": "Image Preview",
|
|
"customEditor.videoPreview.displayName": "Video Preview",
|
|
"videoPreviewerAutoPlay": "Start playing videos on mute automatically.",
|
|
"videoPreviewerLoop": "Loop videos over again automatically.",
|
|
"command.zoomIn": "Zoom in",
|
|
"command.zoomOut": "Zoom out",
|
|
"command.copyImage": "Copy",
|
|
"command.reopenAsPreview": "Reopen as image preview",
|
|
"command.reopenAsText": "Reopen as source text"
|
|
}
|