Is there a way in vscode to only zoom in on the editor
Out of Box solution for zoom in/out for text only:
- Ctrl+Shift+P (or View->Command Palette...)
- Type Open User Settings
- Edit settings.json
- Add "editor.mouseWheelZoom": true
- Save it.
You can use your mouse wheel to zoom in or zoom out only text in the text box.
Update Version 1.24 - May 2018
There are new commands for to zoom in/zoom out text in editors only:
Editor Font Zoom In
Editor Font Zoom Out
Editor Font Zoom Reset
By default they don't have any keybindings assigned: