Created
July 8, 2020 16:00
-
-
Save cod3cow/0e3b70916034d421f9263ff0cd564ce4 to your computer and use it in GitHub Desktop.
My VSCode Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
], | |
"editor.fontFamily": "'MonoLisa', 'Fira Code', Menlo, Monaco, 'Courier New', monospace", | |
"editor.lineHeight": 0, | |
"editor.fontLigatures": true, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorTheme": "SynthWave '84", | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.snippetSuggestions": "top", | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"explorer.confirmDragAndDrop": false, | |
"explorer.confirmDelete": false, | |
"window.zoomLevel": 1, | |
"editor.formatOnSave": true, | |
"editor.formatOnPaste": true, | |
"editor.detectIndentation": false, | |
"sass.disableAutoIndent": true, | |
"sass.format.convert": false, | |
"sass.format.enabled": false, | |
"sass.lint.enable": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment