Skip to content

Instantly share code, notes, and snippets.

@mtunjic
Last active July 31, 2022 16:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtunjic/ed22a9f7cca89eafcd9f1305c07645a9 to your computer and use it in GitHub Desktop.
Save mtunjic/ed22a9f7cca89eafcd9f1305c07645a9 to your computer and use it in GitHub Desktop.
VSCode - Fix for font smoothing in MacOS 10.14+
defaults write com.microsoft.VSCode CGFontRenderingFontSmoothingDisabled 0
defaults write com.microsoft.VSCode.helper CGFontRenderingFontSmoothingDisabled 0
defaults write com.microsoft.VSCode.helper.EH CGFontRenderingFontSmoothingDisabled 0
defaults write com.microsoft.VSCode.helper.NP CGFontRenderingFontSmoothingDisabled 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment