Zooming doesn't work
See original GitHub issuecode-serverversion: v1.32.0-245- OS Version: Ubuntu 16.04
Description
Zooming doesn’t work either using the hotkeys (e.g. ctrl+=) or through the command palette (e.g. View: Zoom In). Is this expected behavior? I didn’t see it documented anywhere, though I’ve only just started testing out this project, so I assume it’s a bug. If some limitation of running VS Code this way makes it hard/impossible to support zooming, is there a good workaround to make everything smaller/larger?
(This, and hotkeys being used for Chrome things instead of VS Code things, are the only discrepancies I’ve had so far in reproducing my local setup - thanks for the nice work! EDIT - being full screen changes the effect of the keyboard shortcuts? At least one shortcut that Chrome intercepted previously was used as I expected by VS Code. Though I can’t seem to go fullscreen when focused on the tab with code-server’s VS Code in it. But I digress…)
Steps to Reproduce
- Run
code-server - Try to zoom in/out.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (6 by maintainers)

Top Related StackOverflow Question
Confirming this issue on latest release. I think this is highly dependent on Electron API.
@kylecarbs From what I can see, this seems to be manipulating the zoom in Electron, so I believe we should omit it entirely.