Skip to content

Instantly share code, notes, and snippets.

@antpaw
Last active November 8, 2019 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antpaw/ee33677920e681327b35293eacf92690 to your computer and use it in GitHub Desktop.
Save antpaw/ee33677920e681327b35293eacf92690 to your computer and use it in GitHub Desktop.
Fix font rendering on macOS for low DPI monitors
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