memoriaki
1/12/2018 - 4:43 PM

cloudSettings

{"version":"7.19.0","status":2,"welcomeShown":true}
{
	"/": {
		"prefix": "comment",
		"body": [
			"/*"
			"$1"
			"*/"
			"$0"
		],
		"description": "Define a comment out"
	},
	"include": {
		"prefix": "include",
		"body": [
			"#include <$1>"
			"$0"
		],
		"description": "Define a include"
	},
	"main": {
		"prefix": "main",
		"body": [
			"int$1 main(void$2){"
			"	$0"
			"}"
		],
		"description": "Define a main"
	},
	"if": {
		"prefix": "if",
		"body": [
			"if ($1){"
			"	$2"
			"}"
			"$0"
		],
		"description": "Define a if"
	},
	"else if": {
		"prefix": "elseif",
		"body": [
			"else if($1){"
			"$2"
			"}"
			"$0"
		],
		"description": "Define a else if"
	},
	"else": {
		"prefix": "else",
		"body": [
			"else{"
			"$1"
			"}"
			"$0"
		],
		"description": "Define a else"
	},
	"for": {
		"prefix": "for",
		"body": [
			"for(i=0$1;i<n$2;i++$3){"
			"	$4"
			"}"
			"$0"
		],
		"description": "Define a for"
	},
	"while": {
		"prefix": "while",
		"body": [
			"while($1){"
			"	$2"
			"}"
			"$0"
		],
		"description": "Define a while"
	},
	"do-while": {
		"prefix": "do",
		"body": [
			"do{"
			"	$1"
			"}while($2);"
			"$0"
		],
		"description": "Define a do-while"
	},
	"printf": {
		"prefix": "printf",
		"body": [
			"printf(\"%$1\", $2);"
			"$0"
		],
		"description": "Define a printf"
	},
	"scanf": {
		"prefix": "scanf",
		"body": [
			"scanf(\"%$1\", &$2);"
			"$0"
		],
		"description": "Define a scanf"
	},
}
{
    "editor.fontSize": 16,
    "editor.fontFamily": "SourceHanCodeJP-Regular,Fira Code",
    "workbench.fontAliasing": "antialiased",
    "editor.rulers": [
        100,
        100
    ],
    "editor.parameterHints": false,
    "editor.acceptSuggestionOnEnter": "on",
    "editor.renderWhitespace": "boundary",
    "editor.minimap.showSlider": "always",
    "editor.find.autoFindInSelection": true,
    "editor.showFoldingControls": "always",
    "editor.cursorBlinking": "smooth",
    // "editor.formatOnType": true,
    "editor.formatOnSave": true,
    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,
    "extensions.autoUpdate": true,
    "files.autoSave": "afterDelay",
    "files.autoSaveDelay": 1000,
    "files.autoGuessEncoding": true,
    "files.trimTrailingWhitespace": true,
    "files.exclude": {
        "**/node_modules": true,
        "**/bower_components": true,
        "**/bundle": true,
        "**/composer": true,
        "**/tmp": true,
        "**/.tmp": true,
        "**/*.meta": true,
        "Library": true,
        "obj": true,
        "ProjectSettings": true,
        "Temp": true,
        "*.gitignore": true,
    },
    "editor.renderIndentGuides": false,
    "diffEditor.renderSideBySide": false,
    "files.insertFinalNewline": true,
    "terminal.integrated.fontSize": 14,
    "terminal.integrated.fontFamily": "SourceHanCodeJP-ExtraLight",
    "window.zoomLevel": 1,
    "window.title": "${activeEditorLong}",
    "workbench.editor.enablePreview": false,
    "workbench.startupEditor": "newUntitledFile",
    "[c]": {
        "editor.tabSize": 2
    },
    "[python]": {
        "editor.tabSize":
    },
    "sync.gist": "2424e9e23e99c2e21a2a94ab6c963fb2",
    "sync.autoUpload": false,
    "sync.autoDownload": false,
    "sync.forceDownload": false,
    "sync.anonymousGist": false,
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": true,
    // "sync.askGistName": false,
    "vsicons.dontShowNewVersionMessage": true,
    "workbench.sideBar.location": "left",
    // // "autofold.default":
    "r.lintr."
}
[
    {
        "key": "ctrl+j",
        "command": "editor.action.joinLines"
    }
    {
        "key": "ctrl+u",
        "command": "editor.action.transformToUppercase",
        "when": "editorTextFocus"
    },
    {
        "key": "ctrl+l",
        "command": "editor.action.transformToLowercase",
        "when": "editorTextFocus"
    }
    {
        "key": "tab",
        "command": "selectNextSuggestion",
        "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
    },
    {
        "key": "shift+tab",
        "command": "selectPrevSuggestion",
        "when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
    },
    {
        "key": "down",
        "command": "cursorDown",
        "when": "editorTextFocus && suggestWidgetVisible"
    },
    {
        "key": "up",
        "command": "cursorUp",
        "when": "editorTextFocus && suggestWidgetVisible"
    },
    {
        "key": "left",
        "command": "cursorLeft",
        "when": "editorTextFocus && suggestWidgetVisible"
    },
    {
        "key": "right",
        "command": "cursorRight",
        "when": "editorTextFocus && suggestWidgetVisible"
    },
    {
        "key": "tab",
        "command": "workbench.action.quickOpenNavigateNext",
        "when": "inQuickOpen"
    },
    {
        "key": "shift+tab",
        "command": "workbench.action.quickOpenSelectPrevious",
        "when": "inQuickOpen"
    }
]
[
  {
    "metadata": {
      "id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
      "publisherId": "formulahendry.auto-rename-tag",
      "publisherDisplayName": "formulahendry"
    },
    "name": "auto-rename-tag",
    "publisher": "formulahendry",
    "version": "0.0.15"
  },
  {
    "metadata": {
      "id": "2465c355-4970-43fa-8b31-7f582854deaa",
      "publisherId": "bobmagicii.autofoldyeah",
      "publisherDisplayName": "bobmagicii"
    },
    "name": "autofoldyeah",
    "publisher": "bobmagicii",
    "version": "1.0.6"
  },
  {
    "metadata": {
      "id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
      "publisherId": "HookyQR.beautify",
      "publisherDisplayName": "HookyQR"
    },
    "name": "beautify",
    "publisher": "HookyQR",
    "version": "1.1.1"
  },
  {
    "metadata": {
      "id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
      "publisherId": "aaron-bond.better-comments",
      "publisherDisplayName": "aaron-bond"
    },
    "name": "better-comments",
    "publisher": "aaron-bond",
    "version": "1.1.7"
  },
  {
    "metadata": {
      "id": "2aa040bf-c73a-455d-8946-5c6cc83b8019",
      "publisherId": "wmaurer.change-case",
      "publisherDisplayName": "wmaurer"
    },
    "name": "change-case",
    "publisher": "wmaurer",
    "version": "1.0.0"
  },
  {
    "metadata": {
      "id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
      "publisherId": "formulahendry.code-runner",
      "publisherDisplayName": "formulahendry"
    },
    "name": "code-runner",
    "publisher": "formulahendry",
    "version": "0.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": "946b6c3e-cb86-4b44-b716-30bcb64ca9f1",
      "publisherId": "hars.CppSnippets",
      "publisherDisplayName": "hars"
    },
    "name": "CppSnippets",
    "publisher": "hars",
    "version": "0.0.13"
  },
  {
    "metadata": {
      "id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
      "publisherId": "ms-vscode.cpptools",
      "publisherDisplayName": "ms-vscode"
    },
    "name": "cpptools",
    "publisher": "ms-vscode",
    "version": "0.14.6"
  },
  {
    "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": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
      "publisherId": "EditorConfig.EditorConfig",
      "publisherDisplayName": "EditorConfig"
    },
    "name": "EditorConfig",
    "publisher": "EditorConfig",
    "version": "0.11.1"
  },
  {
    "metadata": {
      "id": "8bb12ae3-73f8-40cf-86b7-4bd5729c6238",
      "publisherId": "GrapeCity.gc-excelviewer",
      "publisherDisplayName": "GrapeCity"
    },
    "name": "gc-excelviewer",
    "publisher": "GrapeCity",
    "version": "2.0.17"
  },
  {
    "metadata": {
      "id": "38ad8277-d23f-4cfc-becf-c77e41c3f2ee",
      "publisherId": "spywhere.guides",
      "publisherDisplayName": "spywhere"
    },
    "name": "guides",
    "publisher": "spywhere",
    "version": "0.9.1"
  },
  {
    "metadata": {
      "id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
      "publisherId": "oderwat.indent-rainbow",
      "publisherDisplayName": "oderwat"
    },
    "name": "indent-rainbow",
    "publisher": "oderwat",
    "version": "0.7.2"
  },
  {
    "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": "a41c1549-4053-44d4-bf30-60fc809b4a86",
      "publisherId": "christian-kohler.path-intellisense",
      "publisherDisplayName": "christian-kohler"
    },
    "name": "path-intellisense",
    "publisher": "christian-kohler",
    "version": "1.4.2"
  },
  {
    "metadata": {
      "id": "4f1ac5ff-ef9c-4c01-8324-cfaa7f215f57",
      "publisherId": "nobuhito.printcode",
      "publisherDisplayName": "nobuhito"
    },
    "name": "printcode",
    "publisher": "nobuhito",
    "version": "1.1.0"
  },
  {
    "metadata": {
      "id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
      "publisherId": "alefragnani.project-manager",
      "publisherDisplayName": "alefragnani"
    },
    "name": "project-manager",
    "publisher": "alefragnani",
    "version": "0.23.1"
  },
  {
    "metadata": {
      "id": "4dfff9f4-ff9b-47bb-b0d1-c54e18d8febb",
      "publisherId": "Ikuyadeu.r",
      "publisherDisplayName": "Ikuyadeu"
    },
    "name": "r",
    "publisher": "Ikuyadeu",
    "version": "0.5.3"
  },
  {
    "metadata": {
      "id": "797a79de-a0fd-4349-9034-bec47be9a941",
      "publisherId": "2gua.rainbow-brackets",
      "publisherDisplayName": "2gua"
    },
    "name": "rainbow-brackets",
    "publisher": "2gua",
    "version": "0.0.6"
  },
  {
    "metadata": {
      "id": "ee7402cb-a292-4894-84b1-a024ca8d8bb5",
      "publisherId": "gizak.shortcuts",
      "publisherDisplayName": "gizak"
    },
    "name": "shortcuts",
    "publisher": "gizak",
    "version": "0.0.1"
  },
  {
    "metadata": {
      "id": "00518570-772b-4ccb-8b06-d056f3f556e0",
      "publisherId": "Tyriar.sort-lines",
      "publisherDisplayName": "Tyriar"
    },
    "name": "sort-lines",
    "publisher": "Tyriar",
    "version": "1.4.1"
  },
  {
    "metadata": {
      "id": "6ad45f5a-09ec-44e5-b363-867ddc1ec674",
      "publisherId": "shardulm94.trailing-spaces",
      "publisherDisplayName": "shardulm94"
    },
    "name": "trailing-spaces",
    "publisher": "shardulm94",
    "version": "0.2.11"
  },
  {
    "metadata": {
      "id": "cf5a111e-3bd1-4e32-9526-20ec73780741",
      "publisherId": "vsciot-vscode.vscode-arduino",
      "publisherDisplayName": "vsciot-vscode"
    },
    "name": "vscode-arduino",
    "publisher": "vsciot-vscode",
    "version": "0.2.10"
  },
  {
    "metadata": {
      "id": "f8dbe169-d649-4e4b-adb8-ffa113c1d616",
      "publisherId": "mitaki28.vscode-clang",
      "publisherDisplayName": "mitaki28"
    },
    "name": "vscode-clang",
    "publisher": "mitaki28",
    "version": "0.2.2"
  },
  {
    "metadata": {
      "id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
      "publisherId": "robertohuertasm.vscode-icons",
      "publisherDisplayName": "robertohuertasm"
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    "version": "7.19.0"
  },
  {
    "metadata": {
      "id": "92d01ae4-5a2e-4299-990c-7905798fb719",
      "publisherId": "jsynowiec.vscode-insertdatestring",
      "publisherDisplayName": "jsynowiec"
    },
    "name": "vscode-insertdatestring",
    "publisher": "jsynowiec",
    "version": "2.2.0"
  },
  {
    "metadata": {
      "id": "4b416b07-e709-46fb-a84b-644ab2dfe1b4",
      "publisherId": "shuworks.vscode-table-formatter",
      "publisherDisplayName": "shuworks"
    },
    "name": "vscode-table-formatter",
    "publisher": "shuworks",
    "version": "1.2.1"
  },
  {
    "metadata": {
      "id": "126d3753-1482-4421-afb8-82c43037cbfa",
      "publisherId": "davidhouchin.whitespace-plus",
      "publisherDisplayName": "davidhouchin"
    },
    "name": "whitespace-plus",
    "publisher": "davidhouchin",
    "version": "0.0.5"
  }
]
{"lastUpload":"2018-01-20T07:44:52.696Z","extensionVersion":"v2.8.7"}