A VSCode extension which allows for finely tuned zoom levels.
I built this since I was frustrated with not being able to get the perfect text size; too big, too small, ugh. So I built this.
Zoom In:
- Mac
Command
+=
- Windows
Control
+=
- Linux
Control
+=
Zoom Out:
- Mac
Command
+-
- Windows
Control
+-
- Linux
Control
+-
Also works with numpad.
Zoom In:
- Mac
Command
+numpad_add
- Windows
Control
+numpad_add
- Linux
Control
+numpad_add
Zoom Out:
- Mac
Command
+numpad_subtract
- Windows
Control
+numpad_subtract
- Linux
Control
+numpad_subtract
Head to Zoomer settings in Code and set your custom zoom factor!
-
Ensure vsce is installed globally
npm install -g vsce
-
To build vsix (local only):
vsce package
-
To Publish:
- Major
vsce publish major
- Minor
vsce publish minor
- Patch
vsce publish patch
- Major