Encendí el suavizado de fuentes en VSCode usando los siguientes comandos:
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
Esto fue tomado de Reddit .
¿Pero cómo lo revierto? Intenté hacer defaults com.microsoft.VSCode delete -g CGFontRenderingFontSmoothingDisabled
pero no funcionó.