Closed
Description
- VSCode Version: 1.10.0-insider
- OS Version: Windows 10 x64
Steps to Reproduce:
- Open settings.json.
- Enter without saving:
"editor.fontSize": 1
and wait. - Small font size is applied.
I would expect to have a font size lower bound when font size is applied dynamically without saving, or asking for confirmation on small font size. The user can enter number "1" and then have a think for another several seconds before deciding on second digit for the size.
UPDATE:
"files.autoSave": "afterDelay" has to be set. Thanks to @joaomoreno comment.