Last active
April 21, 2018 06:54
-
-
Save seancheung/ad4d5d9cbf36a38b5e37c64e8474ff37 to your computer and use it in GitHub Desktop.
VSCode Settings Sync
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
{"lastUpload":"2018-04-21T06:54:23.694Z","extensionVersion":"v2.9.0"} |
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
[ | |
{ | |
"metadata": { | |
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660", | |
"publisherId": "CoenraadS.bracket-pair-colorizer", | |
"publisherDisplayName": "CoenraadS" | |
}, | |
"name": "bracket-pair-colorizer", | |
"publisher": "CoenraadS", | |
"version": "1.0.37" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "2.9.0" | |
}, | |
{ | |
"metadata": { | |
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff", | |
"publisherId": "ms-vscode.csharp", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "csharp", | |
"publisher": "ms-vscode", | |
"version": "1.14.0" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "8.2.2" | |
}, | |
{ | |
"metadata": { | |
"id": "c87340cf-3bf4-496f-8e0d-0299af94135b", | |
"publisherId": "tuxtina.json2yaml", | |
"publisherDisplayName": "tuxtina" | |
}, | |
"name": "json2yaml", | |
"publisher": "tuxtina", | |
"version": "0.2.0" | |
}, | |
{ | |
"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.3.1" | |
}, | |
{ | |
"metadata": { | |
"id": "085342db-9568-49b0-ad93-3223ac4c1baa", | |
"publisherId": "mrmlnc.vscode-apache", | |
"publisherDisplayName": "mrmlnc" | |
}, | |
"name": "vscode-apache", | |
"publisher": "mrmlnc", | |
"version": "1.1.1" | |
}, | |
{ | |
"metadata": { | |
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
"publisherId": "dbaeumer.vscode-eslint", | |
"publisherDisplayName": "dbaeumer" | |
}, | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "1.4.8" | |
}, | |
{ | |
"metadata": { | |
"id": "0808d236-6faf-4f68-9f17-28f51a572ee4", | |
"publisherId": "deerawan.vscode-faker", | |
"publisherDisplayName": "deerawan" | |
}, | |
"name": "vscode-faker", | |
"publisher": "deerawan", | |
"version": "1.3.0" | |
}, | |
{ | |
"metadata": { | |
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a", | |
"publisherId": "robertohuertasm.vscode-icons", | |
"publisherDisplayName": "robertohuertasm" | |
}, | |
"name": "vscode-icons", | |
"publisher": "robertohuertasm", | |
"version": "7.22.0" | |
}, | |
{ | |
"metadata": { | |
"id": "c856990a-978d-46eb-aa5e-318cd7bfecc6", | |
"publisherId": "shanoor.vscode-nginx", | |
"publisherDisplayName": "shanoor" | |
}, | |
"name": "vscode-nginx", | |
"publisher": "shanoor", | |
"version": "0.5.0" | |
}, | |
{ | |
"metadata": { | |
"id": "cc861f80-96b2-46cf-abe6-7f6dc032d471", | |
"publisherId": "djabraham.vscode-yaml-validation", | |
"publisherDisplayName": "djabraham" | |
}, | |
"name": "vscode-yaml-validation", | |
"publisher": "djabraham", | |
"version": "0.0.1" | |
} | |
] |
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 | |
[ | |
] |
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": "enter", | |
"command": "acceptSelectedSuggestion", | |
"when": "editorTextFocus && suggestWidgetVisible" | |
}] |
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
// Empty |
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
{ | |
"locale":"en-US" | |
} |
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 settings in this file to overwrite the default settings | |
{ | |
"sync.gist": "ad4d5d9cbf36a38b5e37c64e8474ff37", | |
"sync.lastUpload": "2018-04-21T06:18:11.190Z", | |
"sync.autoDownload": false, | |
"sync.autoUpload": false, | |
"sync.lastDownload": "2018-01-17T06:15:10.893Z", | |
"sync.forceDownload": false, | |
"vsicons.dontShowNewVersionMessage": true, | |
"editor.wordWrap": "on", | |
"vsicons.projectDetection.autoReload": true, | |
"sync.host": "", | |
"sync.pathPrefix": "", | |
"window.zoomLevel": 0, | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"**/.DS_Store": true, | |
"**/node_modules/": true | |
}, | |
"explorer.openEditors.visible": 0, | |
"sync.quietSync": false, | |
"files.associations": { | |
"*.html": "html", | |
"*.njk": "html" | |
}, | |
"workbench.activityBar.visible": true, | |
"workbench.statusBar.visible": true, | |
"editor.minimap.enabled": false, | |
"workbench.startupEditor": "newUntitledFile", | |
"sync.askGistName": false, | |
"javascript.format.enable": false, | |
"prettier.eslintIntegration": true, | |
"workbench.iconTheme": "vscode-icons", | |
"git.confirmSync": false, | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact" | |
], | |
"typescript.autoImportSuggestions.enabled": false, | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": true, | |
"suppressShowKeyBindingsNotice": true, | |
"suppressUpdateNotice": true, | |
"suppressWelcomeNotice": false | |
}, | |
"git.autofetch": true, | |
"extensions.ignoreRecommendations": true, | |
"gitlens.showWhatsNewAfterUpgrades": false, | |
"typescript.tsserver.log": "verbose", | |
"gitlens.keymap": "none", | |
"sync.removeExtensions": true, | |
"sync.syncExtensions": true | |
} |
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 snippets for C# here. Each snippet is defined under a snippet name and has a prefix, body and | |
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, ${id} and ${id:label} and ${1:label} for variables. Variables with the same id are connected. | |
// Example: | |
"Print to console": { | |
"prefix": "log", | |
"body": [ | |
"console.log('$1');", | |
"$2" | |
], | |
"description": "Log output to console" | |
} | |
*/ | |
"Not implemented": { | |
"prefix": "nimp", | |
"description": "Throw not implemented exception", | |
"body": "throw new NotImplementedException();" | |
} | |
} |
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 snippets for C# here. Each snippet is defined under a snippet name and has a prefix, body and | |
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, ${id} and ${id:label} and ${1:label} for variables. Variables with the same id are connected. | |
// Example: | |
"Print to console": { | |
"prefix": "log", | |
"body": [ | |
"console.log('$1');", | |
"$2" | |
], | |
"description": "Log output to console" | |
} | |
*/ | |
"Not implemented": { | |
"prefix": "nimp", | |
"description": "Throw not implemented exception", | |
"body": "throw new NotImplementedException();" | |
} | |
} |
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
{"version":"4.3.0","status":"disabled","welcomeShown":true} |
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
{"version":"6.0.0","status":"disabled","welcomeShown":true} |
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
{"version":"7.22.0","status":0,"welcomeShown":true} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment