Skip to content

Instantly share code, notes, and snippets.

@gleguizamon
Last active August 2, 2023 22:54
Show Gist options
  • Save gleguizamon/9a0757b8f8caee40805b0870b00c7fd5 to your computer and use it in GitHub Desktop.
Save gleguizamon/9a0757b8f8caee40805b0870b00c7fd5 to your computer and use it in GitHub Desktop.
last vscode config
{
"editor.bracketPairColorization.enabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontSize": 15,
"editor.fontFamily": "'Cascadia Code PL', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.inlineSuggest.enabled": true,
"editor.minimap.enabled": false,
"editor.suggest.preview": true,
"files.autoSave": "afterDelay",
"javascript.updateImportsOnFileMove.enabled": "always",
"window.restoreWindows": "none",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Horizon Italic"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment