Skip to content

Instantly share code, notes, and snippets.

@sobhardwaj
Created May 2, 2020 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sobhardwaj/72ccfeb1915ef4cee905b46e7fada997 to your computer and use it in GitHub Desktop.
Save sobhardwaj/72ccfeb1915ef4cee905b46e7fada997 to your computer and use it in GitHub Desktop.
{
"git.enableSmartCommit": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.jediEnabled": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.tokenColorCustomizations": {
"comments": "#c07c3c"
},
"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"
}
],
"material-icon-theme.showWelcomeMessage": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"diffEditor.ignoreTrimWhitespace": false,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"liveServer.settings.donotShowInfoMsg": true,
"liveshare.presence": false,
"workbench.iconTheme": "material-icon-theme",
"sync.gist": "e5d99dd39ffcbb493745034dd25472b6",
"files.autoSave": "afterDelay",
"files.associations": {
"*.html": "html"
},
"python.pythonPath": "/usr/bin/python3",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/.firebase": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/.firebase": true
},
"workbench.colorTheme": "United Ubuntu",
"window.zoomLevel": 0,
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.formatOnType": false,
"editor.fontLigatures": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment