Skip to content

Instantly share code, notes, and snippets.

@jibin2706
Last active October 20, 2019 14:38
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 jibin2706/fbae97aa9edffe634d0ea69cf505b365 to your computer and use it in GitHub Desktop.
Save jibin2706/fbae97aa9edffe634d0ea69cf505b365 to your computer and use it in GitHub Desktop.
Visual studio code settings configuration
{
"extensions.autoUpdate": false,
"editor.fontFamily": "Cascadia Code",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"editor.lineHeight": 25,
"editor.formatOnSave": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": true,
"workbench.colorTheme": "Atom One Dark",
"workbench.startupEditor": "none",
"editor.minimap.enabled": false,
"window.titleBarStyle": "custom",
"window.title": "${dirty}${activeEditorShort}${separator}${rootName}${separator}",
"window.menuBarVisibility": "compact",
// gitlens settings
"gitlens.currentLine.format": "${author}, ${agoOrDate}",
"gitlens.codeLens.enabled": false,
"gitlens.statusBar.enabled": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment