mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
Fixes #71653 Adds two new commands, `imagePreview.zoomIn` and `imagePreview.zoomOut`. These zoom the active image preview in or out. They have no default keybinding but users can configure one for them
8 lines
207 B
JSON
8 lines
207 B
JSON
{
|
|
"displayName": "Image Preview",
|
|
"description": "Provides VS Code's built-in image preview",
|
|
"webviewEditors.displayName": "Image Preview",
|
|
"command.zoomIn": "Zoom in",
|
|
"command.zoomOut": "Zoom out"
|
|
}
|