Skip to content

Instantly share code, notes, and snippets.

@mmcgahan
Last active January 17, 2018 00:54
Show Gist options
  • Save mmcgahan/b3cb562839ecba53092a9aee832d005d to your computer and use it in GitHub Desktop.
Save mmcgahan/b3cb562839ecba53092a9aee832d005d to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-01-17T00:54:28.795Z","extensionVersion":"v2.8.7"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.7"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "7.5.3"
},
{
"metadata": {
"id": "b29620d9-78be-492b-91ea-59cf2c5308b7",
"publisherId": "qezhu.gitlink",
"publisherDisplayName": "qezhu"
},
"name": "gitlink",
"publisher": "qezhu",
"version": "0.4.2"
},
{
"metadata": {
"id": "54da57eb-3718-44cf-bb67-5e4a03b35ece",
"publisherId": "ms-vscode.js-atom-grammar",
"publisherDisplayName": "ms-vscode"
},
"name": "js-atom-grammar",
"publisher": "ms-vscode",
"version": "0.1.14"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.Material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.12.2"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.1.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.4.4"
}
]
// Place your settings in this file to overwrite the default settings
{
"editor.formatOnSave": true,
"editor.renderWhitespace": "all",
"editor.renderLineHighlight": "none",
"editor.tabSize": 2,
"gitlens.blame.line.enabled": false,
"javascript.validate.enable": false,
"jest.pathToConfig": "jest.config.json",
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"prettier.useTabs": true,
"editor.fontFamily": "'Input Mono', monospace",
"workbench.colorTheme": "One Dark Pro",
"gitlens.blame.file.annotationType": "hover",
"gitlens.codeLens.enabled": false,
"workbench.activityBar.visible": true,
"search.exclude": {
"**/lib/": true,
"**/node_modules/": true,
"coverage/": true,
"build/": true
},
"sync.gist": "b3cb562839ecba53092a9aee832d005d",
"sync.lastUpload": "2017-06-30T21:03:59.148Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"git.enableSmartCommit": true,
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}",
"editor.rulers": [
80
],
"extensions.ignoreRecommendations": false,
"window.zoomLevel": 0,
"window.restoreWindows": "all",
"workbench.editor.enablePreview": false,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/lib/**": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/tmp": true,
"**/lib": true
},
"jest.autoEnable": false,
"code-runner.runInTerminal": true,
"explorer.confirmDragAndDrop": false,
"prettier.disableLanguages": [
"json"
],
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": true,
"suppressWelcomeNotice": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment