Skip to content

Instantly share code, notes, and snippets.

@theparticleman
Created November 5, 2017 22:58
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 theparticleman/3585210b102103961afe91648d74ea4a to your computer and use it in GitHub Desktop.
Save theparticleman/3585210b102103961afe91648d74ea4a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 16,
"editor.tabSize": 2,
"workbench.colorTheme": "Visual Studio Dark",
"editor.multiCursorModifier": "ctrlCmd",
"window.zoomLevel": 0,
"editor.smoothScrolling": true,
"editor.cursorBlinking": "phase",
"editor.codeLens": false,
"editor.minimap.enabled": false,
"editor.hideCursorInOverviewRuler": true,
"workbench.startupEditor": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment