Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode 在 Mac 下显示发虚的解决办法 #56

Closed
Ruikuan opened this issue Oct 10, 2019 · 0 comments
Closed

vscode 在 Mac 下显示发虚的解决办法 #56

Ruikuan opened this issue Oct 10, 2019 · 0 comments

Comments

@Ruikuan
Copy link
Owner

Ruikuan commented Oct 10, 2019

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

全局解决所有Electron App 的问题

defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO

不过全局配置会导致一些其他的 App 显示出现问题,譬如微信的 Mac 版。要改回去,将 NO 改成 YES 就好了。

@Ruikuan Ruikuan closed this as completed Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant