mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
46e83a2613
* feat: adding options to support videos looping and auto playing Signed-off-by: Fawzi Abdulfattah <iifawzie@gmail.com> * chore: adding on mute to the videos auto play setting's description Signed-off-by: Fawzi Abdulfattah <iifawzie@gmail.com> --------- Signed-off-by: Fawzi Abdulfattah <iifawzie@gmail.com>
12 lines
528 B
JSON
12 lines
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"
|
|
}
|