Skip to content

Instantly share code, notes, and snippets.

@yaza-putu
Created December 19, 2020 07:10
Show Gist options
  • Save yaza-putu/c98df3005364239dcb422511ad7e09e1 to your computer and use it in GitHub Desktop.
Save yaza-putu/c98df3005364239dcb422511ad7e09e1 to your computer and use it in GitHub Desktop.
Setup font visual code like font phpstorm

How to install

"editor.fontFamily": "'JetBrains Mono', Consolas, 'Courier New', monospace",
// Set the font size
"editor.fontSize": 13,
// Turn on font ligatures
"editor.fontLigatures": true,
// Set letter spacing
"editor.letterSpacing": 0.4,
// Enable smooth scrolling in the editor
"editor.smoothScrolling": true,
"editor.fontWeight": "normal",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment