ShunHattori
5/7/2017 - 6:22 AM

theme

theme

{"lastUpload":"2019-08-11T08:18:08.331Z","extensionVersion":"v3.4.1"}
[
  {
    "metadata": {
      "id": "04208f17-8aed-4d49-b0a2-fbce829efbeb",
      "publisherId": "xaver.clang-format",
      "publisherDisplayName": "xaver"
    },
    "name": "clang-format",
    "publisher": "xaver",
    "version": "1.9.0"
  },
  {
    "metadata": {
      "id": "de611071-4d05-4903-821c-6878df63d4af",
      "publisherId": "austin.code-gnu-global",
      "publisherDisplayName": "austin"
    },
    "name": "code-gnu-global",
    "publisher": "austin",
    "version": "0.2.2"
  },
  {
    "metadata": {
      "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
      "publisherId": "Shan.code-settings-sync",
      "publisherDisplayName": "Shan"
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "3.4.1"
  },
  {
    "metadata": {
      "id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
      "publisherId": "ms-vscode.cpptools",
      "publisherDisplayName": "ms-vscode"
    },
    "name": "cpptools",
    "publisher": "ms-vscode",
    "version": "0.24.1"
  },
  {
    "metadata": {
      "id": "6cf182b2-70cf-433e-97f2-45f414c9ad89",
      "publisherId": "platformio.platformio-ide",
      "publisherDisplayName": "platformio"
    },
    "name": "platformio-ide",
    "publisher": "platformio",
    "version": "1.8.1"
  }
]
{
    "editor.formatOnSave": true,
    "editor.formatOnType": true,
    "editor.insertSpaces": true,
    "editor.defaultFormatter": "ms-vscode.references-view",
    "files.associations": {
        "*.cpp": "cpp"
    },
    "editor.formatOnPaste": true,
    "C_Cpp.default.cppStandard": "c++17",
    "C_Cpp.default.cStandard": "c11",
    "[c]": {
        "editor.defaultFormatter": "ms-vscode.cpptools"
    },
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
    "explorer.confirmDelete": false,
    "code-runner.clearPreviousOutput": true,
    "code-runner.runInTerminal": true,
    "files.autoGuessEncoding": true,
    "terminal.integrated.shellArgs.windows": [
        "/k",
        "chcp",
        "65001"
    ],
    "C_Cpp.loggingLevel": "Debug",
    "[cpp]": {
        "editor.tabSize": 4,
        "editor.defaultFormatter": "ms-vscode.cpptools",
    },
    "editor.renderIndentGuides": false,
    "sync.autoDownload": true,
    "sync.autoUpload": true,
    "sync.forceDownload": false,
    "sync.forceUpload": false,
    "sync.gist": "23ae5c85e428de67f45333cb50fefce9",
}