Skip to content

Instantly share code, notes, and snippets.

@wordythebyrd
Last active August 22, 2020 04:18
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 wordythebyrd/cd3f7e397e67d1b70725d67f9b30af25 to your computer and use it in GitHub Desktop.
Save wordythebyrd/cd3f7e397e67d1b70725d67f9b30af25 to your computer and use it in GitHub Desktop.
Visual Studio Code
{
"editor.tabCompletion": "on",
"editor.formatOnSave": true,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"files.autoSave": "afterDelay",
"prettier.requireConfig": true,
"editor.fontFamily": "Dank Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"workbench.colorTheme": "Shades of Purple",
"typescript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDelete": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"vsicons.dontShowNewVersionMessage": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.fontSize": 12,
"markdown.preview.fontSize": 12,
"workbench.iconTheme": "vscode-icons",
"editor.renderWhitespace": "all",
"editor.rulers": [80, 100, 120],
"workbench.editor.tabCloseButton": "off",
"emmet.includeLanguages": { "javascript": "javascriptreact" },
"editor.snippetSuggestions": "top",
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
"files.insertFinalNewline": true,
"editor.scrollBeyondLastLine": true,
"editor.showFoldingControls": "always",
"debug.allowBreakpointsEverywhere": true,
"debug.showBreakpointsInOverviewRuler": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment