Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Last active January 29, 2018 17:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcomnes/85de39740ba95589aa30629574a08730 to your computer and use it in GitHub Desktop.
Save bcomnes/85de39740ba95589aa30629574a08730 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-01-05T23:15:02.658Z","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": "f6dbd813-b0a0-42c1-90ea-10dde9d925a7",
"publisherId": "streetsidesoftware.code-spell-checker",
"publisherDisplayName": "streetsidesoftware"
},
"name": "code-spell-checker",
"publisher": "streetsidesoftware",
"version": "1.6.2"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.0.0"
},
{
"metadata": {
"id": "43335a8d-5929-408b-874a-65f08362642c",
"publisherId": "file-icons.file-icons",
"publisherDisplayName": "file-icons"
},
"name": "file-icons",
"publisher": "file-icons",
"version": "1.0.7"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "lukehoban.Go",
"publisherDisplayName": "lukehoban"
},
"name": "Go",
"publisher": "lukehoban",
"version": "0.6.71"
},
{
"metadata": {
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherDisplayName": "yzhang"
},
"name": "markdown-all-in-one",
"publisher": "yzhang",
"version": "1.0.0"
},
{
"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": "0bd2dd8b-9960-4ab0-8d8a-119f4b6c559f",
"publisherId": "gerane.Theme-legacy",
"publisherDisplayName": "gerane"
},
"name": "Theme-legacy",
"publisher": "gerane",
"version": "0.0.3"
},
{
"metadata": {
"id": "d637104e-1fd7-4063-98fc-8afe46012c9b",
"publisherId": "sleistner.vscode-fileutils",
"publisherDisplayName": "sleistner"
},
"name": "vscode-fileutils",
"publisher": "sleistner",
"version": "2.7.1"
},
{
"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": "d7f086d9-271c-434c-bb1d-6d805668ee31",
"publisherId": "traBpUkciP.vscode-npm-scripts",
"publisherDisplayName": "traBpUkciP"
},
"name": "vscode-npm-scripts",
"publisher": "traBpUkciP",
"version": "0.1.3"
},
{
"metadata": {
"id": "6afc37b9-362f-4bd8-9a0d-9d24eade270d",
"publisherId": "chenxsan.vscode-standardjs",
"publisherDisplayName": "chenxsan"
},
"name": "vscode-standardjs",
"publisher": "chenxsan",
"version": "1.2.0"
}
]
{
"workbench.colorTheme": "legacy",
"editor.fontFamily": "'Go Mono',Menlo, Monaco, 'Courier New', monospace",
"window.zoomLevel": 1,
"workbench.iconTheme": "file-icons",
"standard.autoFixOnSave": true,
"editor.tabSize": 2,
"editor.minimap.enabled": false,
"cSpell.userWords": [
"bankai",
"budo",
"choo",
"comnes",
"complex",
"example",
"existy",
"index",
"isequal",
"js",
"live",
"logbase",
"nanoassert",
"nanocomponent",
"nanomap",
"nanomorph",
"netlify",
"open",
"unregister",
"yoyoify"
],
"git.autofetch": true,
"editor.formatOnSave": false,
"sync.gist": "85de39740ba95589aa30629574a08730",
"sync.lastUpload": "2017-12-30T00:36:58.476Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"git.confirmSync": false,
"prettier.disableLanguages": [
"json"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment