Last active
November 8, 2019 08:51
-
-
Save antpaw/ee33677920e681327b35293eacf92690 to your computer and use it in GitHub Desktop.
Fix font rendering on macOS for low DPI monitors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO | |
defaults write com.microsoft.VSCodeInsiders CGFontRenderingFontSmoothingDisabled 0 | |
defaults write com.microsoft.VSCodeInsiders.helper CGFontRenderingFontSmoothingDisabled 0 | |
defaults write com.microsoft.VSCodeInsiders.helper.EH CGFontRenderingFontSmoothingDisabled 0 | |
defaults write com.microsoft.VSCodeInsiders.helper.NP CGFontRenderingFontSmoothingDisabled 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment