-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FontSize not working #6884
Comments
You may need to remove the |
Too easy ;) About everything else requires quotes. |
Yeah, we have a couple things coming that’ll make the parser more strict and the settings more obvious. #6590 is a pull request that unifies our JSON parsing around a couple type-checking helpers that’ll carp about things like this, and of course we have #1564 (spec: #6720) for the settings UI that’ll hopefully obviate the need for folks editing JSON. Thanks for the feedback :) |
Excellent. Meanwhile, thanks again. |
You should really make a check config on file save, and show user a message with setting name and problem if the setting cannot not apply! Not just silently discard it! |
So, like this? (quote from two comments above yours, from @DHowett)
|
Environment
Windows 10 Pro, 10.0.18362.900
Steps to reproduce
Windows Terminal 1.0.1811.0 -- edit settings.json, add the line below with any quoted numbers to "defaults",
or to any profile, or both; save settings.json; any active tabs do not change, exit and restart Windows Terminal.
(line ends with or without a trailing comma , as needed; no errors reported after saving settings.json and none after restart)
Expected behavior
Font size should change as directed
Actual behavior
Always the same default font size, never changes; same result with or without specifying any "fontFace".
note: ctrl-+ and ctrl-0 always work OK
The text was updated successfully, but these errors were encountered: