Skip to content

Instantly share code, notes, and snippets.

@avin
Last active October 9, 2021 11:51
Show Gist options
  • Save avin/41c855efcfb901c2c7ea241d676123cb to your computer and use it in GitHub Desktop.
Save avin/41c855efcfb901c2c7ea241d676123cb to your computer and use it in GitHub Desktop.
Improve font render in VSCode

Add

* {
  text-shadow: transparent 0px 0px 0px,
    rgba(0, 0, 0, 0.5) 0px 0px 0px !important;
}

to

(install dir)
 resources
  app
   out
    vs
     workbench
      workbench.desktop.main.css

It works same as Font Rendering Enhancer extenton for chrome.

@avin
Copy link
Author

avin commented Oct 9, 2021

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment