Skip to content

Instantly share code, notes, and snippets.

@whihathac
Last active January 6, 2017 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whihathac/b2e8f3a70e81294df1418236c3560f55 to your computer and use it in GitHub Desktop.
Save whihathac/b2e8f3a70e81294df1418236c3560f55 to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings GIST
{"lastUpload":"2017-01-06T21:56:33.878Z"}
[
{
"metadata": {
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "3fbdef65-bdf5-4723-aeaf-9e12a50546ef",
"publisherDisplayName": "Alessandro Fragnani"
},
"name": "Bookmarks",
"publisher": "alefragnani",
"version": "0.10.1"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.4.2"
},
{
"metadata": {
"galleryApiUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"id": "09aff5c6-2af3-4f0f-8d27-b81972ed8e87",
"publisherId": "a61e4cb6-a14f-4eac-b762-01f826a9ed0e",
"publisherDisplayName": "Kipters"
},
"name": "codeshell",
"publisher": "Kipters",
"version": "0.2.2"
},
{
"metadata": {
"id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.6.2"
},
{
"metadata": {
"id": "d1a2eab4-aa6e-4094-93b3-6a007f60bd9d",
"publisherId": "42d9583b-423d-428d-933b-b906585dbaa2",
"publisherDisplayName": "Keisuke Kato"
},
"name": "docomment",
"publisher": "k--kato",
"version": "0.0.10"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.1.4"
},
{
"metadata": {
"id": "0c2f7bfc-650b-4b67-8844-d699dd6e44f6",
"publisherId": "1765455a-0065-41ee-a148-b8fd4226221b",
"publisherDisplayName": "wmaurer"
},
"name": "join-lines",
"publisher": "wmaurer",
"version": "0.2.2"
},
{
"metadata": {
"galleryApiUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"id": "a4a77c97-f789-42e1-a649-65ac1bf244f3",
"publisherId": "7b78a0c5-0996-445b-ad5a-dc5d0024c07e",
"publisherDisplayName": "Ilya Verbitskiy"
},
"name": "launcher",
"publisher": "ilich8086",
"version": "0.0.4"
},
{
"metadata": {
"id": "40d39ce9-c381-47a0-80c8-a6661f731eab",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "PowerShell",
"publisher": "ms-vscode",
"version": "0.8.0"
},
{
"metadata": {
"galleryApiUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"id": "6bfab4b0-9e4f-4143-9cc2-2cb359d841d8",
"publisherId": "a5c25faf-bf60-4941-81b9-9a852b96c5fb",
"publisherDisplayName": "gerane"
},
"name": "Theme-FlatlandMonokai",
"publisher": "gerane",
"version": "0.0.4"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
"publisherDisplayName": "Dirk Baeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.2.2"
}
]
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"**/obj": true,
"**/objd": true,
"**/bin": true,
"**/csx": true,
"**/build": true,
"**/target": true,
"**/Logs": true,
"**/QLocal": true,
"**/QLogs": true,
"**/build_logs": true,
"**/.vscode": true,
"**/.nuget": true,
"**/VersionGeneration": true,
"*.log": true
},
// Automatically update extensions
"extensions.autoUpdate": true,
// Suppress the warning that the .NET CLI is not on the path.
"csharp.suppressDotnetInstallWarning": true,
// Specifies whether the OmniSharp server will be automatically started or not. If false, OmniSharp can be started with the 'Restart OmniSharp' command
"omnisharp.autoStart": false,
"sync.gist": "b2e8f3a70e81294df1418236c3560f55",
"sync.lastUpload": "1970-01-01T00:00:00.000Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "1970-01-01T00:00:00.000Z",
"sync.version": 242,
"sync.showSummary": true,
"sync.forceDownload": false,
"sync.workspaceSync": false,
"sync.anonymousGist": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment