mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Add commands to quickly switch between svg preview and text
Fixes #245180
This commit is contained in:
@@ -8,5 +8,7 @@
|
||||
"videoPreviewerLoop": "Loop videos over again automatically.",
|
||||
"command.zoomIn": "Zoom in",
|
||||
"command.zoomOut": "Zoom out",
|
||||
"command.copyImage": "Copy"
|
||||
"command.copyImage": "Copy",
|
||||
"command.reopenAsPreview": "Reopen as image preview",
|
||||
"command.reopenAsText": "Reopen as source text"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user