Skip to content

Instantly share code, notes, and snippets.

@ianmartorell
Last active May 19, 2020 23:19
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 ianmartorell/e3e6bad52a319333368d1655f039426e to your computer and use it in GitHub Desktop.
Save ianmartorell/e3e6bad52a319333368d1655f039426e to your computer and use it in GitHub Desktop.
VSCode Settings
{
"window.zoomLevel": -1,
"window.titleBarStyle": "custom",
"editor.fontFamily": "Cascadia Code",
"editor.fontSize": 15,
"editor.fontLigatures": true,
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"workbench.colorTheme": "Andromeda",
"gitlens.codeLens.authors.enabled": false,
"git.enableSmartCommit": true,
"csv-preview.separator": ";",
"terminal.external.osxExec": "iTerm.app",
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"files.exclude": {
"**/node_modules": true
},
"todo-tree.tree.showScanModeButton": false,
"editor.minimap.enabled": false,
"workbench.editor.openPositioning": "last",
"editor.parameterHints.enabled": false,
"workbench.iconTheme": "vscode-icons",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment