Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/media-preview/package.nls.json
3292 views
1
{
2
"displayName": "Media Preview",
3
"description": "Provides VS Code's built-in previews for images, audio, and video",
4
"customEditor.audioPreview.displayName": "Audio Preview",
5
"customEditor.imagePreview.displayName": "Image Preview",
6
"customEditor.videoPreview.displayName": "Video Preview",
7
"videoPreviewerAutoPlay": "Start playing videos on mute automatically.",
8
"videoPreviewerLoop": "Loop videos over again automatically.",
9
"command.zoomIn": "Zoom in",
10
"command.zoomOut": "Zoom out",
11
"command.copyImage": "Copy",
12
"command.reopenAsPreview": "Reopen as image preview",
13
"command.reopenAsText": "Reopen as source text"
14
}
15
16