Skip to content

Instantly share code, notes, and snippets.

@filR
Created June 18, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filR/f80cd6e8998439a031769654b2c444ab to your computer and use it in GitHub Desktop.
Save filR/f80cd6e8998439a031769654b2c444ab to your computer and use it in GitHub Desktop.
Visual Studio Code settings
{
"workbench.colorTheme": "Default Light+",
"files.autoSave": "onFocusChange",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment