mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
6803eba9fe
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
7 lines
207 B
JSON
7 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"
|
|
}
|