Skip to content

Instantly share code, notes, and snippets.

@dorono
Created August 15, 2018 13:07
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 dorono/b8646fcf9bc4674743879360c6892a9a to your computer and use it in GitHub Desktop.
Save dorono/b8646fcf9bc4674743879360c6892a9a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-08-15T13:07:04.941Z","extensionVersion":"v3.0.0"}
[
{
"metadata": {
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherDisplayName": "alefragnani"
},
"name": "Bookmarks",
"publisher": "alefragnani",
"version": "9.0.3"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.0.0"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.8.2"
},
{
"metadata": {
"id": "b825a3e7-4bf5-4ead-a84e-398896c659f8",
"publisherId": "ruakr.ftp-kr",
"publisherDisplayName": "ruakr"
},
"name": "ftp-kr",
"publisher": "ruakr",
"version": "1.3.16"
},
{
"metadata": {
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.3.0"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.6.1"
},
{
"metadata": {
"id": "b80129ef-d190-4ffd-80bf-7ebd643d53d1",
"publisherId": "asvetliakov.snapshot-tools",
"publisherDisplayName": "asvetliakov"
},
"name": "snapshot-tools",
"publisher": "asvetliakov",
"version": "0.0.7"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.12"
},
{
"metadata": {
"id": "1d4d80c9-0d33-48a1-88a8-19ff80bc8e2a",
"publisherId": "ziyasal.vscode-open-in-github",
"publisherDisplayName": "ziyasal"
},
"name": "vscode-open-in-github",
"publisher": "ziyasal",
"version": "1.3.5"
},
{
"metadata": {
"id": "06cc3e44-aedb-41b8-a4ea-29ebf3c491fd",
"publisherId": "jpoissonnier.vscode-styled-components",
"publisherDisplayName": "jpoissonnier"
},
"name": "vscode-styled-components",
"publisher": "jpoissonnier",
"version": "0.0.21"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+t",
"command": "workbench.action.terminal.rename"
},
{
"key": "cmd+g",
"command": "extension.openInGitHub"
},
{
"key": "ctrl+l g",
"command": "-extension.openInGitHub"
},
{
"key": "cmd+l",
"command": "filesExplorer.findInFolder"
},
{
"key": "cmd+r",
"command": "bookmarks.list"
}
]
{
"editor.fontSize": 17,
"workbench.colorTheme": "Monokai Dimmed",
"window.zoomLevel": 0,
"editor.wordWrap": "on",
"editor.selectionHighlight": false,
"window.title": "${activeEditorMedium}${separator}${rootName}",
"editor.tabSize": 2,
"workbench.startupEditor": "newUntitledFile",
"files.exclude": {
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"workbench.colorCustomizations": {
"editor.selectionBackground": "#d4ebd7",
"editor.selectionForeground": "#000000"
},
"files.trimTrailingWhitespace": true,
"diffEditor.ignoreTrimWhitespace": false,
"bookmarks.saveBookmarksInProject": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"prettier.jsxBracketSameLine": true,
"editor.formatOnPaste": true,
"editor.foldingStrategy": "indentation",
"debug.allowBreakpointsEverywhere": true,
"sync.gist": "",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "",
"sync.lastDownload": "",
"sync.forceDownload": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment