Last active
July 31, 2022 16:06
-
-
Save mtunjic/ed22a9f7cca89eafcd9f1305c07645a9 to your computer and use it in GitHub Desktop.
VSCode - Fix for font smoothing in MacOS 10.14+
This file contains 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 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