Skip to content

Instantly share code, notes, and snippets.

@vhusker
Last active February 23, 2018 20:01
Show Gist options
  • Save vhusker/e02fd50babad1ee1b65cab26279cfabd to your computer and use it in GitHub Desktop.
Save vhusker/e02fd50babad1ee1b65cab26279cfabd to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-02-23T20:01:01.229Z","extensionVersion":"v2.8.7"}
[
{
"metadata": {
"id": "8125f8fe-5eb9-47bd-9d6b-73bfc52c1b48",
"publisherId": "samcogan.arm-snippets",
"publisherDisplayName": "samcogan"
},
"name": "arm-snippets",
"publisher": "samcogan",
"version": "1.1.0"
},
{
"metadata": {
"id": "819a23e1-b6c6-41cf-9029-e653b537d996",
"publisherId": "ms-vscode.azure-account",
"publisherDisplayName": "ms-vscode"
},
"name": "azure-account",
"publisher": "ms-vscode",
"version": "0.3.1"
},
{
"metadata": {
"id": "ced43e2b-022b-42b2-bdbf-2e52e3144a82",
"publisherId": "ed-elliott.azure-arm-template-helper",
"publisherDisplayName": "ed-elliott"
},
"name": "azure-arm-template-helper",
"publisher": "ed-elliott",
"version": "0.0.17"
},
{
"metadata": {
"id": "6bbbdb2c-957f-4af7-8257-6f5e68e15bad",
"publisherId": "msazurermtools.azurerm-vscode-tools",
"publisherDisplayName": "msazurermtools"
},
"name": "azurerm-vscode-tools",
"publisher": "msazurermtools",
"version": "0.4.0"
},
{
"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": "40d39ce9-c381-47a0-80c8-a6661f731eab",
"publisherId": "ms-vscode.PowerShell",
"publisherDisplayName": "ms-vscode"
},
"name": "PowerShell",
"publisher": "ms-vscode",
"version": "1.6.0"
},
{
"metadata": {
"id": "8699dfcb-4beb-4760-b976-c46dcdd87df2",
"publisherId": "KnisterPeter.vscode-github",
"publisherDisplayName": "KnisterPeter"
},
"name": "vscode-github",
"publisher": "KnisterPeter",
"version": "0.26.0"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "robertohuertasm.vscode-icons",
"publisherDisplayName": "robertohuertasm"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.20.0"
}
]
{
"git.ignoreMissingGitWarning": true,
"window.zoomLevel": 1,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "PowerShell ISE",
"files.defaultLanguage": "powershell",
"extensions.autoUpdate": true,
"editor.formatOnSave": true,
"powershell.codeFormatting.newLineAfterCloseBrace": false,
"powershell.codeFormatting.newLineAfterOpenBrace": false,
"powershell.codeFormatting.openBraceOnSameLine": false,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"files.trimTrailingWhitespace": true,
"sync.gist": "e02fd50babad1ee1b65cab26279cfabd",
"sync.lastUpload": "2018-02-23T20:00:39.873Z",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
}
{"version":"7.20.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment