Skip to content

Instantly share code, notes, and snippets.

@matholamew
Last active October 13, 2017 15:06
Show Gist options
  • Save matholamew/0f3ed10f073a21ad71e935d5982fa264 to your computer and use it in GitHub Desktop.
Save matholamew/0f3ed10f073a21ad71e935d5982fa264 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2017-10-13T15:06:45.851Z","extensionVersion":"v2.8.3"}
[
{
"metadata": {
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "38bbe3f0-5204-4170-845e-c2f966d979b8",
"publisherDisplayName": "Jun Han"
},
"name": "code-runner",
"publisher": "formulahendry",
"version": "0.7.2"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.8.3"
},
{
"metadata": {
"id": "2bba45f2-4a48-41a6-bb86-d6ba5ab29a9f",
"publisherId": "d2106b92-11a5-4945-97e5-0a0734c7a55c",
"publisherDisplayName": "Felipe Caputo"
},
"name": "git-project-manager",
"publisher": "felipecaputo",
"version": "1.4.0"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.2.3"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "678d198b-9b2e-49d3-96ff-6d801c9575df",
"publisherDisplayName": "Eric Amodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "5.6.4"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "f9e5bc2f-fea1-4075-917f-d83e01e69f56",
"publisherDisplayName": "Philipp Kief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "2.2.2"
},
{
"metadata": {
"id": "4bf45e86-a448-4531-8c01-ef33f4536306",
"publisherId": "60b3df88-4640-44d4-a7e5-6ba8004700bb",
"publisherDisplayName": "Microsoft"
},
"name": "mssql",
"publisher": "ms-mssql",
"version": "1.2.0"
},
{
"metadata": {
"id": "40d39ce9-c381-47a0-80c8-a6661f731eab",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "PowerShell",
"publisher": "ms-vscode",
"version": "1.4.3"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "python",
"publisher": "donjayamanne",
"version": "0.7.0"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3",
"publisherDisplayName": "Roberto Huertas"
},
"name": "vscode-icons",
"publisher": "robertohuertasm",
"version": "7.15.0"
},
{
"metadata": {
"id": "47ad4319-40d7-4b7f-9095-456c39d8a1a2",
"publisherId": "04e862da-1c93-498b-9b53-a39abe107a98",
"publisherDisplayName": "roblourens"
},
"name": "vscode-stocks",
"publisher": "roblourens",
"version": "0.0.3"
}
]
[{"projectPath":"C:\\Users\\matthewan\\Source\\Repos\\PromotionProcess","gitRepo":"","lastUsed":1507222381140},{"projectPath":"C:\\Users\\matthewan\\Source\\Repos\\Minion_BBC-Code","gitRepo":"","lastUsed":1507222364757},{"projectPath":"C:\\Users\\matthewan\\Source\\Repos\\ExcludeAccounts","gitRepo":"","lastUsed":1502974957857},{"projectPath":"C:\\Users\\matthewan\\Source\\Repos\\SQLScripts","gitRepo":"","lastUsed":1497530776695},{"projectPath":"C:\\Users\\matthewan\\Source\\Repos\\SQLEnvironmentInformation","gitRepo":"","lastUsed":1497367746446}]
{
"name": "material-icon-theme",
"version": "2.1.0"
}
// Place your settings in this file to overwrite the default settings
{
"workbench.sideBar.location": "right",
"window.zoomLevel": 0,
"editor.quickSuggestionsDelay": 3,
"mssql.format.datatypeCasing": "lowercase",
"mssql.format.keywordCasing": "uppercase",
"mssql.connections": [
{
"server": "{{put-server-name-here}}",
"database": "{{put-database-name-here}}",
"user": "{{put-username-here}}",
"password": "{{put-password-here}}"
}
],
"window.menuBarVisibility": "default",
"typescript.check.npmIsInstalled": false,
"editor.minimap.enabled": true,
"editor.minimap.showSlider": "always",
"editor.autoIndent": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"gitProjectManager.baseProjectsFolders": [
"C:\\Users\\matthewan\\Source\\Repos\\"
],
"terminal.integrated.shell.windows": "C:\\windows\\Sysnative\\cmd.exe",
"gitlens.statusBar.alignment": "left",
"powershell.startAutomatically": true,
"powershell.codeFormatting.preset": "Allman",
"powershell.powerShellExePath": "C:\\Windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe",
"team.showWelcomeMessage": false,
"vscode-stocks.stockSymbols": [
"SAM","TMUS"
],
"vscode-stocks.useColors": true,
"workbench.iconTheme": "vscode-icons",
"editor.smoothScrolling": true,
"sync.gist": "0f3ed10f073a21ad71e935d5982fa264",
"sync.lastUpload": "2017-10-13T15:06:06.531Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false
}
{"version":"7.15.0","status":0,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment