Skip to content

Instantly share code, notes, and snippets.

@rprouse
Last active April 6, 2017 12:07
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 rprouse/0ead97eb44cab0c16d5e4184c82417c6 to your computer and use it in GitHub Desktop.
Save rprouse/0ead97eb44cab0c16d5e4184c82417c6 to your computer and use it in GitHub Desktop.
User settings for Visual Studio Code
// Place your settings in this file to overwrite the default settings
{
"editor.acceptSuggestionOnEnter": false,
"editor.cursorBlinking": "phase",
"editor.cursorStyle": "line",
"editor.fontFamily": "Fira Code, Hack, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.formatOnSave": false,
"editor.glyphMargin": true,
"editor.insertSpaces": true,
"editor.mouseWheelZoom": true,
"editor.rulers": [ 80 ],
"editor.tabSize": 2,
"extensions.autoUpdate": true,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"files.trimTrailingWhitespace": true,
"window.reopenFolders": "none",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\Sysnative\\WindowsPowerShell\\v1.0\\powershell.exe",
"terminal.integrated.fontFamily": "Hack, Consolas, Courier New",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontLigatures": true,
"terminal.integrated.fontSize": 14,
"workbench.welcome.enabled": true,
"workbench.colorTheme": "Son of Obsidian",
"workbench.iconTheme": "vs-seti"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment