Skip to content

Instantly share code, notes, and snippets.

@chrisbrownie
Last active July 13, 2017 03:04
Show Gist options
  • Save chrisbrownie/8921290bdf2e889bfcd8a1c99a2565f7 to your computer and use it in GitHub Desktop.
Save chrisbrownie/8921290bdf2e889bfcd8a1c99a2565f7 to your computer and use it in GitHub Desktop.
My VS Code settings
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": 1,
"editor.fontSize": 12,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.cursorStyle": "line",
"editor.cursorBlinking": "phase",
"editor.renderLineHighlight": "all",
"editor.renderIndentGuides": true,
"window.openFilesInNewWindow": "off",
"window.restoreFullscreen": true,
"extensions.autoUpdate": true,
"telemetry.enableTelemetry": false,
"git.confirmSync": true,
"git.autofetch": true,
"git.autorefresh": true,
"workbench.colorTheme": "Abyss",
"workbench.iconTheme": "vscode-icons",
"editor.autoIndent": true,
"editor.acceptSuggestionOnEnter": "off",
"editor.mouseWheelZoom": true,
"workbench.startupEditor": "none",
"vsicons.dontShowNewVersionMessage": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment