Skip to content

Instantly share code, notes, and snippets.

@shadeslayer
Last active March 14, 2017 11:12
Show Gist options
  • Save shadeslayer/9b3624399c08d74e3b114b9f26e021a4 to your computer and use it in GitHub Desktop.
Save shadeslayer/9b3624399c08d74e3b114b9f26e021a4 to your computer and use it in GitHub Desktop.
Visual Studio Code Sync Settings Gist
{"lastUpload":"2017-03-14T11:12:42.193Z","extensionVersion":"v2.5.1"}
[
{
"metadata": {
"id": "2be7cf14-2603-402e-9771-fd79df83cdf8",
"publisherId": "b5ab7991-81a8-4557-af54-4cb8e01e85c1",
"publisherDisplayName": "twxs"
},
"name": "cmake",
"publisher": "twxs",
"version": "0.0.17"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
"publisherDisplayName": "Shan Khan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.5.1"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
"publisherDisplayName": "Microsoft"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "0.10.3"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "3fbdef65-bdf5-4723-aeaf-9e12a50546ef",
"publisherDisplayName": "Alessandro Fragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "0.13.4"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne"
},
"name": "python",
"publisher": "donjayamanne",
"version": "0.6.0"
},
{
"metadata": {
"id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
"publisherId": "d30b9513-547b-4112-9c9c-0fcffa960258",
"publisherDisplayName": "Peng Lv"
},
"name": "Ruby",
"publisher": "rebornix",
"version": "0.10.4"
},
{
"metadata": {
"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": "c07c7f98-0b04-4b22-bd46-e11937eabd90",
"publisherId": "261c2fe7-dbea-4dbf-bff3-6da4a886e8d2",
"publisherDisplayName": "David Bankier"
},
"name": "vscode-gist",
"publisher": "dbankier",
"version": "0.5.3"
},
{
"metadata": {
"id": "829a192d-496c-44ac-87f3-0a84ce36a853",
"publisherId": "c6e135ee-f6a2-45cb-b782-fd4de23acc84",
"publisherDisplayName": "Emmanuel Béziat"
},
"name": "vscode-great-icons",
"publisher": "emmanuelbeziat",
"version": "1.1.44"
},
{
"metadata": {
"id": "da00c08c-ff11-4cf3-b619-fdbd967d44c5",
"publisherId": "9369145d-06b2-4fd8-9739-1311c5cb16c8",
"publisherDisplayName": "kalitaalexey"
},
"name": "vscode-rust",
"publisher": "kalitaalexey",
"version": "0.3.10"
},
{
"metadata": {
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "0a72d6f9-f644-4e7d-93fe-34389b97e913",
"publisherDisplayName": "Josh Johnson"
},
"name": "xml",
"publisher": "DotJoshJohnson",
"version": "1.7.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
]
{
// Defines VSCode's display language.
// See https://go.microsoft.com/fwlink/?LinkId=761051 for a list of supported languages.
// Changing the value requires to restart VSCode.
"locale":"en"
}
// Place your settings in this file to overwrite the default settings
{
// Basic settings: turn linter(s) on
"ruby.lint": {
"rubocop": true,
"ruby": true
}
,
"sync.gist": "9b3624399c08d74e3b114b9f26e021a4",
"sync.lastUpload": "2017-03-14T11:12:16.393Z",
"sync.autoDownload": false,
"sync.autoUpload": true,
"sync.lastDownload": "1970-01-01T00:00:00.000Z",
"sync.version": 251,
"sync.showSummary": true,
"sync.forceDownload": false,
"sync.anonymousGist": false,
"window.restoreFullscreen": true,
"ruby.interpreter.commandPath": "~/.rvm/rubies/default/bin/ruby",
"files.associations": {
"control": "yaml",
"rules": "makefile"
},
"files.insertFinalNewline": true,
"telemetry.enableTelemetry": false,
"git.confirmSync": false,
"workbench.welcome.enabled": true,
"window.zoomLevel": 0,
"workbench.colorTheme": "Flatland Monokai",
"workbench.iconTheme": "vscode-great-icons",
"editor.tabCompletion": true
}
{"version":"6.0.0","status":2,"welcomeShown":true}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment