13 строки
528 B
JSON
13 строки
528 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"
|
|
}
|