Last active
February 8, 2018 17:58
-
-
Save derozic/32ab4b2d0fec75fb0500fc78c6850b6b to your computer and use it in GitHub Desktop.
VSCode's Settings - Syncing
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
[ | |
{ | |
"name": "node-debug2", | |
"publisher": "ms-vscode", | |
"version": "1.18.5", | |
"id": "ms-vscode.node-debug2" | |
}, | |
{ | |
"name": "gc-excelviewer", | |
"publisher": "GrapeCity", | |
"version": "1.1.15", | |
"id": "GrapeCity.gc-excelviewer" | |
}, | |
{ | |
"name": "r", | |
"publisher": "Ikuyadeu", | |
"version": "0.5.0", | |
"id": "Ikuyadeu.r" | |
}, | |
{ | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "2.8.5", | |
"id": "Shan.code-settings-sync" | |
}, | |
{ | |
"name": "html-css-class-completion", | |
"publisher": "Zignd", | |
"version": "1.14.0", | |
"id": "Zignd.html-css-class-completion" | |
}, | |
{ | |
"name": "cform", | |
"publisher": "aws-scripting-guy", | |
"version": "0.0.10", | |
"id": "aws-scripting-guy.cform" | |
}, | |
{ | |
"name": "npm-intellisense", | |
"publisher": "christian-kohler", | |
"version": "1.3.0", | |
"id": "christian-kohler.npm-intellisense" | |
}, | |
{ | |
"name": "path-intellisense", | |
"publisher": "christian-kohler", | |
"version": "1.4.2", | |
"id": "christian-kohler.path-intellisense" | |
}, | |
{ | |
"name": "jshint", | |
"publisher": "dbaeumer", | |
"version": "0.10.15", | |
"id": "dbaeumer.jshint" | |
}, | |
{ | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "1.4.3", | |
"id": "dbaeumer.vscode-eslint" | |
}, | |
{ | |
"name": "vscode-babel-coloring", | |
"publisher": "dzannotti", | |
"version": "0.0.4", | |
"id": "dzannotti.vscode-babel-coloring" | |
}, | |
{ | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "6.1.0", | |
"id": "eamodio.gitlens" | |
}, | |
{ | |
"name": "vscode-npm-script", | |
"publisher": "eg2", | |
"version": "0.3.3", | |
"id": "eg2.vscode-npm-script" | |
}, | |
{ | |
"name": "auto-close-tag", | |
"publisher": "formulahendry", | |
"version": "0.5.3", | |
"id": "formulahendry.auto-close-tag" | |
}, | |
{ | |
"name": "search-node-modules", | |
"publisher": "jasonnutter", | |
"version": "1.2.0", | |
"id": "jasonnutter.search-node-modules" | |
}, | |
{ | |
"name": "react-vscode-extension-pack", | |
"publisher": "jawandarajbir", | |
"version": "0.1.1", | |
"id": "jawandarajbir.react-vscode-extension-pack" | |
}, | |
{ | |
"name": "lambda-snippets", | |
"publisher": "loganarnett", | |
"version": "0.2.0", | |
"id": "loganarnett.lambda-snippets" | |
}, | |
{ | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "0.8.0", | |
"id": "ms-python.python" | |
}, | |
{ | |
"name": "debugger-for-chrome", | |
"publisher": "msjsdiag", | |
"version": "3.5.0", | |
"id": "msjsdiag.debugger-for-chrome" | |
}, | |
{ | |
"name": "syncing", | |
"publisher": "nonoroazoro", | |
"version": "1.4.9", | |
"id": "nonoroazoro.syncing" | |
}, | |
{ | |
"name": "sass-indented", | |
"publisher": "robinbentley", | |
"version": "1.4.5", | |
"id": "robinbentley.sass-indented" | |
}, | |
{ | |
"name": "react-beautify", | |
"publisher": "taichi", | |
"version": "0.3.0", | |
"id": "taichi.react-beautify" | |
}, | |
{ | |
"name": "vscode-react-native", | |
"publisher": "vsmobile", | |
"version": "0.5.2", | |
"id": "vsmobile.vscode-react-native" | |
}, | |
{ | |
"name": "JavaScriptSnippets", | |
"publisher": "xabikos", | |
"version": "1.5.0", | |
"id": "xabikos.JavaScriptSnippets" | |
}, | |
{ | |
"name": "ReactSnippets", | |
"publisher": "xabikos", | |
"version": "1.6.0", | |
"id": "xabikos.ReactSnippets" | |
} | |
] |
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
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "shift+cmd+d", | |
"command": "syncing.downloadSettings" | |
}, | |
{ | |
"key": "shift+cmd+u", | |
"command": "syncing.uploadSettings" | |
}, | |
{ | |
"key": "shift+alt+cmd+o", | |
"command": "syncing.openSettings" | |
} | |
] |
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
{ | |
"git.enableSmartCommit": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment