10 lines
336 B
JSON
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"
|
|
}
|