microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.66k stars 29.44k forks source link

Markdown preview when zoomed does not use full window #21893

Closed brockallen closed 7 years ago

brockallen commented 7 years ago

VSCode Version: 1.10.1 (also in previous versions for ~3+ months from my recollection) OS Version: Win10

Steps to Reproduce:

  1. Use Ctrl+ to enlarger font size
  2. Open a .md file
  3. Open a preview of the .md to the side (via Ctrl-K, V)
  4. Notice preview does not fill whole window (see image below -- notice the scroll bars)

I'd expect the preview window to use the full space (as it does without the zoom step above)

untitled

mjbvz commented 7 years ago

Duplicate of #5745