Skip to content

Instantly share code, notes, and snippets.

@luisfelipe-dev
Last active July 11, 2020 06:08
Show Gist options
  • Select an option

  • Save luisfelipe-dev/9642562bb5cab826edf37b1313e6e235 to your computer and use it in GitHub Desktop.

Select an option

Save luisfelipe-dev/9642562bb5cab826edf37b1313e6e235 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Cobalt2",
"terminal.integrated.fontSize": 14,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"editor.tabSize": 2,
"editor.fontSize": 14,
"editor.lineHeight": 24,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"explorer.compactFolders": false,
"editor.renderLineHighlight": "gutter",
"workbench.editor.labelFormat": "short",
"extensions.ignoreRecommendations": true,
"javascript.updateImportsOnFileMove.enabled": "never",
"breadcrumbs.enabled": true,
"editor.parameterHints.enabled": false,
"typescript.updateImportsOnFileMove.enabled": "never",
"editor.rulers": [
80,
120
],
"[javascript]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[javascriptreact]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"[typescript]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescriptreact]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"emmet.includeLanguages": {
"njk": "html",
"javascript": "javascriptreact"
},
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.integrated.shell.linux": "/bin/bash",
"material-icon-theme.folders.associations": {
"migrations": "tools"
}
}
--------
{
"workbench.colorCustomizations": {
"titleBar.inactiveBackground": "#e4f1fe",
"titleBar.activeBackground": "#5333ed"
},
"editor.fontFamily": "Fira Code",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Dracula",
"editor.fontSize": 18,
"editor.lineHeight": 25,
"editor.fontLigatures": true,
"editor.renderLineHighlight": "gutter",
"workbench.iconTheme": "vscode-icons",
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
"editor.formatOnSave": true,
"javascript.format.enable": false,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"liveServer.settings.donotVerifyTags": true,
"editor.rulers": [80, 120],
"terminal.integrated.fontSize": ,
"emmet.syntaxProfiles":{
"javascript": "jsx"
},
"javascript.updateImportsOnFileMove.enabled": "never",
"breadcrumbs.enabled": true,
"editor.parameterHints.enabled": false,
"prettier.eslintIntegration": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment