Skip to content

Instantly share code, notes, and snippets.

@shauntrennery
Created May 10, 2019 07:46
Show Gist options
  • Select an option

  • Save shauntrennery/cacaaf91f61f8782c907605db7d37ab9 to your computer and use it in GitHub Desktop.

Select an option

Save shauntrennery/cacaaf91f61f8782c907605db7d37ab9 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-05-10T07:46:06.332Z","extensionVersion":"v3.2.9"}
[
{
"metadata": {
"id": "819a23e1-b6c6-41cf-9029-e653b537d996",
"publisherId": "ms-vscode.azure-account",
"publisherDisplayName": "ms-vscode"
},
"name": "azure-account",
"publisher": "ms-vscode",
"version": "0.8.2"
},
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.9"
},
{
"metadata": {
"id": "2bbe1392-1ad3-4f59-82bc-fccaa3afc3a5",
"publisherId": "icrawl.discord-vscode",
"publisherDisplayName": "icrawl"
},
"name": "discord-vscode",
"publisher": "icrawl",
"version": "3.6.0"
},
{
"metadata": {
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherDisplayName": "mikestead"
},
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"metadata": {
"id": "a8d14b3e-85b4-496f-89f1-c7ca28b8f16d",
"publisherId": "thadeuluz.firebase-bolt",
"publisherDisplayName": "thadeuluz"
},
"name": "firebase-bolt",
"publisher": "thadeuluz",
"version": "0.1.3"
},
{
"metadata": {
"id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a",
"publisherId": "Zignd.html-css-class-completion",
"publisherDisplayName": "Zignd"
},
"name": "html-css-class-completion",
"publisher": "Zignd",
"version": "1.18.0"
},
{
"metadata": {
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherDisplayName": "oderwat"
},
"name": "indent-rainbow",
"publisher": "oderwat",
"version": "7.4.0"
},
{
"metadata": {
"id": "f38c2740-fddd-4c9e-8394-b955d3267c70",
"publisherId": "JohnyGeorges.jetjet-theme",
"publisherDisplayName": "JohnyGeorges"
},
"name": "jetjet-theme",
"publisher": "JohnyGeorges",
"version": "1.0.0"
},
{
"metadata": {
"id": "0e0de266-c53a-46cb-ac7c-9ac2bd998673",
"publisherId": "TwentyChung.jsx",
"publisherDisplayName": "TwentyChung"
},
"name": "jsx",
"publisher": "TwentyChung",
"version": "0.0.1"
},
{
"metadata": {
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
"publisherId": "christian-kohler.path-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "1.4.2"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.9.0"
},
{
"metadata": {
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherDisplayName": "VisualStudioExptTeam"
},
"name": "vscodeintellicode",
"publisher": "VisualStudioExptTeam",
"version": "1.1.6"
}
]
[
// Place your key bindings in this file to overwrite the defaults
{
"key": "cmd+t",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+`",
"command": "-workbench.action.terminal.toggleTerminal"
}
]
{
"editor.tabSize": 2,
"editor.folding": true,
"editor.scrollBeyondLastLine": false,
"window.zoomLevel": 0,
"workbench.activityBar.visible": true,
"explorer.autoReveal": false,
"editor.autoIndent": true,
"workbench.iconTheme": "vs-seti",
"editor.minimap.enabled": false,
"editor.minimap.renderCharacters": false,
"editor.renderIndentGuides": true,
"workbench.colorTheme": "JetJet",
"prettier.singleQuote": true,
"prettier.semi": false,
"editor.formatOnSave": true,
"prettier.jsxBracketSameLine": true,
"prettier.printWidth": 220,
"workbench.startupEditor": "newUntitledFile",
"git.enableSmartCommit": true,
"explorer.confirmDragAndDrop": false,
"extensions.autoUpdate": false,
"editor.codeActionsOnSave": {
"source.organizeImports": false
},
"breadcrumbs.enabled": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.rendererType": "dom",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"discord.lowerDetailsDebugging": "{null}",
"discord.lowerDetailsEditing": "{null}",
"discord.lowerDetailsNotFound": "{null}",
"discord.detailsEditing": "Editing line # {currentline}",
"discord.detailsIdle": "{null}",
"discord.lowerDetailsIdle": "{null}",
"discord.detailsDebugging": "Debugging line # {currentline}",
"discord.largeImageIdle": "{null}",
"sort-imports.default-sort-style": "module-scoped",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment