Skip to content

Instantly share code, notes, and snippets.

@athul
Last active August 17, 2019 18:36
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 athul/3b92989c40bc4b4595fc57e3258f48b9 to your computer and use it in GitHub Desktop.
Save athul/3b92989c40bc4b4595fc57e3258f48b9 to your computer and use it in GitHub Desktop.
VSCode's Settings - Syncing
[
{
"id": "batisteo.vscode-django",
"name": "vscode-django",
"publisher": "batisteo",
"version": "0.19.0"
},
{
"id": "bierner.markdown-emoji",
"name": "markdown-emoji",
"publisher": "bierner",
"version": "0.0.9"
},
{
"id": "dbaeumer.vscode-eslint",
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.9.0"
},
{
"id": "dracula-theme.theme-dracula",
"name": "theme-dracula",
"publisher": "dracula-theme",
"version": "2.18.0"
},
{
"id": "eamodio.gitlens",
"name": "gitlens",
"publisher": "eamodio",
"version": "9.8.5"
},
{
"id": "Equinusocio.vsc-material-theme",
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "29.2.0"
},
{
"id": "GitHub.vscode-pull-request-github",
"name": "vscode-pull-request-github",
"publisher": "GitHub",
"version": "0.9.0"
},
{
"id": "johnpapa.vscode-peacock",
"name": "vscode-peacock",
"publisher": "johnpapa",
"version": "2.4.0"
},
{
"id": "kumar-harsh.graphql-for-vscode",
"name": "graphql-for-vscode",
"publisher": "kumar-harsh",
"version": "1.15.0"
},
{
"id": "mikestead.dotenv",
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"id": "ms-python.python",
"name": "python",
"publisher": "ms-python",
"version": "2019.6.24221"
},
{
"id": "ms-vscode.Go",
"name": "Go",
"publisher": "ms-vscode",
"version": "0.11.4"
},
{
"id": "Nimda.deepdark-material",
"name": "deepdark-material",
"publisher": "Nimda",
"version": "3.0.0"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.0.4"
},
{
"id": "PKief.material-icon-theme",
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.8.0"
},
{
"id": "ritwickdey.LiveServer",
"name": "LiveServer",
"publisher": "ritwickdey",
"version": "5.6.1"
},
{
"id": "sdras.night-owl",
"name": "night-owl",
"publisher": "sdras",
"version": "1.1.3"
},
{
"id": "shamanu4.django-intellisense",
"name": "django-intellisense",
"publisher": "shamanu4",
"version": "0.0.2"
},
{
"id": "silvenon.mdx",
"name": "mdx",
"publisher": "silvenon",
"version": "0.1.0"
},
{
"id": "WakaTime.vscode-wakatime",
"name": "vscode-wakatime",
"publisher": "WakaTime",
"version": "2.1.2"
},
{
"id": "xyc.vscode-mdx-preview",
"name": "vscode-mdx-preview",
"publisher": "xyc",
"version": "0.2.1"
}
]
{
"workbench.iconTheme": "material-icon-theme",
"git.enableSmartCommit": true,
"git.autofetch": true,
"materialTheme.accent": "Sky",
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#db0ca7",
"titleBar.inactiveBackground": "#0be489",
"activityBarBadge.background": "#ff5e00",
"list.activeSelectionForeground": "#e4cd00",
"list.inactiveSelectionForeground": "#aa0a7a",
"list.highlightForeground": "#1cf100bd",
"scrollbarSlider.activeBackground": "#84FFFF50",
"editorSuggestWidget.highlightForeground": "#c122e9",
"textLink.foreground": "#a2c916",
"progressBar.background": "#2a5f5f",
"pickerGroup.foreground": "#84FFFF",
"tab.activeBorder": "#84FFFF",
"notificationLink.foreground": "#84FFFF",
"editorWidget.resizeBorder": "#0ba5ec",
"editorWidget.border": "#84FFFF",
"settings.modifiedItemIndicator": "#84FFFF",
"settings.headerForeground": "#84FFFF",
"panelTitle.activeBorder": "#30d36e",
"breadcrumb.activeSelectionForeground": "#84FFFF",
"menu.selectionForeground": "#0fe479",
"menubar.selectionForeground": "#00f5f5"
},
"workbench.colorTheme": "Deepdark Material Theme | Full Black Version",
"workbench.view.alwaysShowHeaderActions": true,
"material-icon-theme.folders.theme": "specific",
"terminal.integrated.rendererType": "dom",
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.statusBar.feedback.visible": false,
"terminal.integrated.fontFamily": "'Ubuntu Mono','PowerlineSymbols'",
"terminal.integrated.fontSize": 16,
"explorer.confirmDelete": false,
"git.confirmSync": false,
"files.autoSave": "off",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"gitlens.views.compare.files.layout": "list",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"python.jediEnabled": false,
"explorer.confirmDragAndDrop": false,
"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"
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment