Skip to content

Instantly share code, notes, and snippets.

@sveinn
Last active April 17, 2018 18:50
Show Gist options
  • Save sveinn/38425c89107fcaa8cd6831eb7e80410f to your computer and use it in GitHub Desktop.
Save sveinn/38425c89107fcaa8cd6831eb7e80410f to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-04-17T18:42:48.856Z","extensionVersion":"v2.9.0"}
[
{
"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": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.3.0"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherDisplayName": "donjayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.4.0"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "8.2.1"
},
{
"metadata": {
"id": "91f07f49-95e9-4f57-8f8b-1f88d634c1a2",
"publisherId": "blakeh.jump-to-test",
"publisherDisplayName": "blakeh"
},
"name": "jump-to-test",
"publisher": "blakeh",
"version": "0.0.4"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "1.3.0"
},
{
"metadata": {
"id": "aae0701b-111f-49c1-9000-abd37a442f28",
"publisherId": "WallabyJs.quokka-vscode",
"publisherDisplayName": "WallabyJs"
},
"name": "quokka-vscode",
"publisher": "WallabyJs",
"version": "1.0.118"
},
{
"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.8"
},
{
"metadata": {
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherDisplayName": "eg2"
},
"name": "vscode-npm-script",
"publisher": "eg2",
"version": "0.3.3"
},
{
"metadata": {
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherDisplayName": "DotJoshJohnson"
},
"name": "xml",
"publisher": "DotJoshJohnson",
"version": "1.9.2"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+.",
"command": "revealInExplorer"
}
]
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Default High Contrast",
"explorer.autoReveal": false,
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"gitlens.gitExplorer.files.layout": "list",
"gitlens.keymap": "alternate",
"files.autoSave": "onFocusChange",
"git.autofetch": true,
"editor.tabSize": 2,
"workbench.editor.enablePreview": false,
"gitlens.historyExplorer.enabled": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"prettier.stylelintIntegration": true,
"prettier.eslintIntegration": true,
"editor.formatOnSave": true,
"sync.gist": "38425c89107fcaa8cd6831eb7e80410f",
"sync.lastUpload": "2018-04-17T18:35:47.147Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment