Skip to content

Instantly share code, notes, and snippets.

@nuclearglow
Created December 6, 2018 08:06
Show Gist options
  • Save nuclearglow/2b87ad1ce0a6c26ccbd3645217cbc555 to your computer and use it in GitHub Desktop.
Save nuclearglow/2b87ad1ce0a6c26ccbd3645217cbc555 to your computer and use it in GitHub Desktop.
VS Code Activate Antialiasing
cd /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/out/vs/workbench/
subl workbench.main.css
CMD+F .editor-container
add
-webkit-font-smoothing: antialiased
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment