mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 05:05:10 +00:00
Fixes #24808 **bug** Markdown preview updates when you zoom. The root cause is that previews are updated whenever the config is changed. **Fix** Extract preview config to its own well defined object. Only update the preview when the keys we care about in the config change