mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01: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