mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
Fixes #159106 Also hooks up our service worker to support seeking in local video resources. This requires handling range requests properly
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"
|
|
}
|