Skip to content

Instantly share code, notes, and snippets.

@fredyteheranto
Last active April 25, 2020 13:25
Show Gist options
  • Select an option

  • Save fredyteheranto/2c5d39ca6728232b07916db413bb6793 to your computer and use it in GitHub Desktop.

Select an option

Save fredyteheranto/2c5d39ca6728232b07916db413bb6793 to your computer and use it in GitHub Desktop.
Extenciones y Configuración VS code MAC
{
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#00b3e6"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Vue Green",
"value": "#42b883"
}
],
"workbench.iconTheme": "vscode-icons",
"editor.minimap.enabled": false,
"beautify.onSave": true,
"editor.formatOnSave": true,
"terminal.integrated.shell.osx": "/bin/zsh",
"editor.fontFamily": "Meslo LG L DZ for Powerline, Monaco, 'Courier New', monospace",
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 0,
"explorer.confirmDelete": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"vsicons.dontShowNewVersionMessage": true,
"editor.formatOnType": true,
"autoimport.showNotifications": true,
"html.format.indentInnerHtml": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"material-icon-theme.activeIconPack": "angular_ngrx",
"indentRainbow.excludedLanguages": [
"plaintext"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment