Skip to content

Instantly share code, notes, and snippets.

@silavsale
Created April 6, 2020 15:40
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 silavsale/ca7220df3ce889e74617b126afee909b to your computer and use it in GitHub Desktop.
Save silavsale/ca7220df3ce889e74617b126afee909b to your computer and use it in GitHub Desktop.
{
// SETTINGS
"workbench.settings.editor": "json",
// EDITOR
"editor.formatOnSave": true,
// "prettier.eslintIntegration": true,
"editor.fontSize": 17,
"editor.fontLigatures": true,
// "editor.fontFamily": "Fira Code",
"editor.copyWithSyntaxHighlighting": false,
"editor.multiCursorModifier": "alt",
"editor.cursorSmoothCaretAnimation": false,
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "all",
"editor.suggestSelection": "first",
"editor.minimap.scale": 1,
"emmet.triggerExpansionOnTab": true,
// **********************
// ** WORKBENCH **
// **********************
"window.zoomLevel": 0,
"files.autoSaveDelay": 50000,
"files.autoSave": "afterDelay",
"vsintellicode.modify.editor.suggestSelection": "choseToUpdateConfiguration",
"workbench.colorCustomizations": {},
"workbench.tree.indent": 20,
"workbench.iconTheme": "vscode-icons",
"workbench.statusBar.visible": true,
"breadcrumbs.enabled": true,
"explorer.confirmDelete": false,
//
// FOLDERS COLORS
//Terminal
// "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment