Skip to content

Instantly share code, notes, and snippets.

@ChechoCZ
Last active April 17, 2020 21:04
Show Gist options
  • Save ChechoCZ/c55e6d3d400813680b2ba8452ffd3c8a to your computer and use it in GitHub Desktop.
Save ChechoCZ/c55e6d3d400813680b2ba8452ffd3c8a to your computer and use it in GitHub Desktop.
{
"workbench.startupEditor": "none",
"workbench.colorTheme": "Code Blue",
"workbench.activityBar.visible": true,
"workbench.editor.labelFormat": "default",
"workbench.iconTheme": "material-icon-theme",
"window.zoomLevel": 0,
"editor.tabSize": 2,
"editor.fontSize": 15,
"editor.rulers": [80, 120],
"editor.fontWeight": "700",
"editor.fontLigatures": true,
"editor.minimap.enabled": false,
"editor.fontFamily": "Fira Code",
"editor.codeActionsOnSave": { "source.fixAll.eslint": false },
"explorer.confirmDelete": false,
"explorer.compactFolders": false,
"explorer.openEditors.visible": 0,
"explorer.confirmDragAndDrop": false,
"emmet.triggerExpansionOnTab": true,
"emmet.showSuggestionsAsSnippets": true,
"emmet.syntaxProfiles": { "javascript": "jsx" },
"emmet.includeLanguages": { "javascript": "javascriptreact", "edge": "html" },
"breadcrumbs.enabled": true,
"liveServer.settings.donotShowInfoMsg": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"json.format.enable": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment