rrylee
5/18/2017 - 12:11 PM

Visual Studio Code Settings Sync Gist

Visual Studio Code Settings Sync Gist

{"version":"7.20.0","status":2,"welcomeShown":true}
// Place your settings in this file to overwrite the default settings
{
    "editor.fontSize": 12,
    "window.zoomLevel": 0,
    "explorer.openEditors.dynamicHeight": true,
    "explorer.autoReveal": false,
    "editor.fontLigatures": true,
    "editor.rulers": [
    ],
    "vim.incsearch": true,
    "vim.useSystemClipboard": false,
    "vim.useCtrlKeys": true,
    "vim.hlsearch": true,
    "vim.insertModeKeyBindings": [
        {
            "before": ["j","j"],
            "after": ["<Esc>"]
        }
    ],
    "vim.otherModesKeyBindingsNonRecursive": [
        {
            "before": ["<leader>","d"],
            "after": ["d", "d"]
        },
        {
            "before":["<C-n>"],
            "after":[],
            "commands": [
                {
                    "command": ":nohl"
                }
            ]
        }
    ],
    "vim.leader": ",",
    "vim.handleKeys":{
        "<C-a>": false,
        "<C-f>": false
    },
    "sync.gist": "1c6c37f55ef3f04bc61155f2bb832007",
    "sync.lastUpload": "2017-10-09T01:55:27.518Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-05-18T12:10:36.705Z",
    "sync.forceDownload": false,
    "sync.anonymousGist": false,
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "editor.renderWhitespace": "all",
    "workbench.colorTheme": "Slime",
    "editor.renderControlCharacters": true,
    "workbench.startupEditor": "newUntitledFile",
    "editor.minimap.enabled": false,
    "workbench.sideBar.location": "left",
    "files.autoSave": "off",
    "editor.wordWrap": "on",
    "editor.fontFamily": "'Fira Code'",
    "editor.trimAutoWhitespace": true,
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/.vscode": true,
        "**/.node_modules": true,
        "**/.bower_components": true,
        "**/coverage": true,
        "**/.idea": true
    },
    "sync.askGistName": false,
    "vim.easymotion": true,
    "vim.easymotionKeys": "hklyuiopnmqwertzxcvbasdgjf",
    "vim.neovimPath": "/usr/local/bin/nvim",
    "vim.enableNeovim": true,
    "php.suggest.basic": false,
    "php.validate.executablePath": "/usr/local/bin/php",
    "vsicons.dontShowNewVersionMessage": true,
    "workbench.statusBar.visible": true,
    "explorer.openEditors.visible": 0,
    "workbench.activityBar.visible": false,
    "eslint.enable": false,
    "php-cs-fixer.executablePath": "/Users/rry/.composer/vendor/bin/php-cs-fixer",
    "php-cs-fixer.onsave": true,
    "namespaceResolver.showMessageOnStatusBar": true,
    "workbench.iconTheme": "vscode-great-icons",
    "gitlens.advanced.messages": {
        "suppressCommitHasNoPreviousCommitWarning": false,
        "suppressCommitNotFoundWarning": false,
        "suppressFileNotUnderSourceControlWarning": false,
        "suppressGitVersionWarning": false,
        "suppressLineUncommittedWarning": false,
        "suppressNoRepositoryWarning": false,
        "suppressResultsExplorerNotice": false,
        "suppressUpdateNotice": false,
        "suppressWelcomeNotice": true
    },
    "gitlens.statusBar.enabled": false,
    "workbench.editor.showTabs": false,
    "gitlens.keymap": "alternate"
}
{
  "name": "material-icon-theme",
  "version": "2.0.11"
}
[
    {
        "key": "alt+1",
        "command": "workbench.action.toggleSidebarVisibility"
    },
    {
        "key": "cmd+j",
        "command": "editor.action.goToDeclaration",
        "when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
    },
    {
        "key": "cmd+k",
        "command": "workbench.action.navigateBack"
    },
    {
        "key": "cmd+w",
        "command": "workbench.action.closeActiveEditor"
    },
    {
        "key": "cmd+c",
        "command": "editor.action.clipboardCopyAction",
        "when": "editorTextFocus"
    },
    {
        "key": "cmd+x",
        "command": "editor.action.clipboardCutAction",
        "when": "editorTextFocus && !editorReadonly"
    },
    {
        "key": "cmd+v",
        "command": "editor.action.clipboardPasteAction",
        "when": "editorTextFocus && !editorReadonly"
    },
    {
        "key": "cmd+/",
        "command": "editor.action.commentLine",
        "when": "editorTextFocus && !editorReadonly"
    },
    {
        "key": "cmd+d",
        "command": "editor.action.addSelectionToNextFindMatch",
        "when": "editorFocus"
    },
    {
        "key": "ctrl+cmd+down",
        "command": "editor.action.moveLinesDownAction",
        "when": "editorTextFocus && !editorReadonly"
    },
    {
        "key": "alt+down",
        "command": "-editor.action.moveLinesDownAction",
        "when": "editorTextFocus && !editorReadonly"
    },
    {
        "key": "ctrl+cmd+up",
        "command": "editor.action.moveLinesUpAction",
        "when": "editorTextFocus && !editorReadonly"
    },
    {
        "key": "alt+up",
        "command": "-editor.action.moveLinesUpAction",
        "when": "editorTextFocus && !editorReadonly"
    },
    {
        "key": "ctrl+p",
        "command": "workbench.action.quickOpen"
    },
    {
        "key": "cmd+l",
        "command": "workbench.action.nextEditor"
    },
    {
        "key": "alt+cmd+right",
        "command": "-workbench.action.nextEditor"
    },
    {
        "key": "cmd+h",
        "command": "workbench.action.previousEditor"
    },
    {
        "key": "alt+cmd+left",
        "command": "-workbench.action.previousEditor"
    },
    {
        "key": "cmd+u",
        "command": "namespaceResolver.import",
        "when": "editorTextFocus"
    },
    {
        "key": "cmd+r",
        "command": "workbench.action.gotoSymbol"
    },
    {
        "key": "cmd+t",
        "command": "workbench.action.terminal.toggleTerminal"
    },
    {
        "key": "shift+cmd+r",
        "command": "workbench.action.showAllSymbols"
    },
    {
        "key": "cmd+t",
        "command": "better-phpunit.run"
    },
    {
        "key": "cmd+k cmd+r",
        "command": "-better-phpunit.run"
    },
    {
        "key": "shift+cmd+t",
        "command": "better-phpunit.run-previous"
    },
    {
        "key": "cmd+k cmd+p",
        "command": "-better-phpunit.run-previous"
    },
    {
        "key": "cmd+y",
        "command": "redo",
        "when": "editorTextFocus && !editorReadonly"
    },
    {
        "key": "cmd+n",
        "command": "extension.advancedNewFile"
    }
]
// Place your key bindings in this file to overwrite the defaults
[
    { "key": "alt+1", "command": "workbench.action.toggleSidebarVisibility" },
    { "key": "ctrl+j", "command": "editor.action.goToDeclaration", "when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor" },
    { "key": "ctrl+w",                "command": "workbench.action.closeActiveEditor" },
    { "key": "ctrl+c",                "command": "editor.action.clipboardCopyAction",
                                        "when": "editorTextFocus" },
    { "key": "ctrl+x",                "command": "editor.action.clipboardCutAction",
                                        "when": "editorTextFocus && !editorReadonly" },
    { "key": "ctrl+v",                "command": "editor.action.clipboardPasteAction",
                                        "when": "editorTextFocus && !editorReadonly" },
    { "key": "ctrl+/",                "command": "editor.action.commentLine",
                                        "when": "editorTextFocus && !editorReadonly" },
    { "key": "ctrl+d",                "command": "editor.action.addSelectionToNextFindMatch",
                                        "when": "editorFocus" }
]
[
  {
    "metadata": {
      "id": "2cbad5ee-b4ab-4de8-a1c7-77fede846155",
      "publisherId": "patbenatar.advanced-new-file",
      "publisherDisplayName": "patbenatar"
    },
    "name": "advanced-new-file",
    "publisher": "patbenatar",
    "version": "1.1.0"
  },
  {
    "metadata": {
      "id": "5178733e-4b02-4829-95c5-1ce970847c23",
      "publisherId": "teabyii.ayu",
      "publisherDisplayName": "teabyii"
    },
    "name": "ayu",
    "publisher": "teabyii",
    "version": "0.13.0"
  },
  {
    "metadata": {
      "id": "2dd41a16-fc28-4680-a274-a850fa5f1098",
      "publisherId": "calebporzio.better-phpunit",
      "publisherDisplayName": "calebporzio"
    },
    "name": "better-phpunit",
    "publisher": "calebporzio",
    "version": "0.7.0"
  },
  {
    "metadata": {
      "id": "9d674f86-f8d2-4fe1-8fa6-a17b40caf4ac",
      "publisherId": "pawelgrzybek.bimbo-theme",
      "publisherDisplayName": "pawelgrzybek"
    },
    "name": "bimbo-theme",
    "publisher": "pawelgrzybek",
    "version": "0.4.3"
  },
  {
    "metadata": {
      "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
      "publisherId": "Shan.code-settings-sync",
      "publisherDisplayName": "Shan"
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "2.9.0"
  },
  {
    "metadata": {
      "id": "31559b1f-ac25-4830-bfbc-eccf24c75452",
      "publisherId": "wiggin77.codedox",
      "publisherDisplayName": "wiggin77"
    },
    "name": "codedox",
    "publisher": "wiggin77",
    "version": "1.2.6"
  },
  {
    "metadata": {
      "id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
      "publisherId": "ms-vscode.csharp",
      "publisherDisplayName": "ms-vscode"
    },
    "name": "csharp",
    "publisher": "ms-vscode",
    "version": "1.14.0"
  },
  {
    "metadata": {
      "id": "e046ec1e-3907-466b-aaea-ff1956a46d27",
      "publisherId": "jchannon.csharpextensions",
      "publisherDisplayName": "jchannon"
    },
    "name": "csharpextensions",
    "publisher": "jchannon",
    "version": "1.3.0"
  },
  {
    "metadata": {
      "id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
      "publisherId": "mikestead.dotenv",
      "publisherDisplayName": "mikestead"
    },
    "name": "dotenv",
    "publisher": "mikestead",
    "version": "1.0.1"
  },
  {
    "metadata": {
      "id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
      "publisherId": "EditorConfig.EditorConfig",
      "publisherDisplayName": "EditorConfig"
    },
    "name": "EditorConfig",
    "publisher": "EditorConfig",
    "version": "0.12.1"
  },
  {
    "metadata": {
      "id": "5f7372bf-e0de-4eee-af69-6fb879d7d98c",
      "publisherId": "pgourlain.erlang",
      "publisherDisplayName": "pgourlain"
    },
    "name": "erlang",
    "publisher": "pgourlain",
    "version": "0.1.8"
  },
  {
    "metadata": {
      "id": "185d539d-14be-4fa8-8c0b-229330fbbb84",
      "publisherId": "yuce.erlang-otp",
      "publisherDisplayName": "yuce"
    },
    "name": "erlang-otp",
    "publisher": "yuce",
    "version": "0.2.4"
  },
  {
    "metadata": {
      "id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
      "publisherId": "donjayamanne.githistory",
      "publisherDisplayName": "donjayamanne"
    },
    "name": "githistory",
    "publisher": "donjayamanne",
    "version": "0.4.0"
  },
  {
    "metadata": {
      "id": "3e891cf9-53cb-49a3-8d01-8f0b1f0afb29",
      "publisherId": "codezombiech.gitignore",
      "publisherDisplayName": "codezombiech"
    },
    "name": "gitignore",
    "publisher": "codezombiech",
    "version": "0.5.0"
  },
  {
    "metadata": {
      "id": "4de763bd-505d-4978-9575-2b7696ecf94e",
      "publisherId": "eamodio.gitlens",
      "publisherDisplayName": "eamodio"
    },
    "name": "gitlens",
    "publisher": "eamodio",
    "version": "8.1.0"
  },
  {
    "metadata": {
      "id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
      "publisherId": "lukehoban.Go",
      "publisherDisplayName": "lukehoban"
    },
    "name": "Go",
    "publisher": "lukehoban",
    "version": "0.6.77"
  },
  {
    "metadata": {
      "id": "76fbde36-77d4-4688-b1f8-202727442961",
      "publisherId": "tht13.html-preview-vscode",
      "publisherDisplayName": "tht13"
    },
    "name": "html-preview-vscode",
    "publisher": "tht13",
    "version": "0.1.1"
  },
  {
    "metadata": {
      "id": "6a3f4c45-83ee-41e1-95ec-2c26fbb75ca9",
      "publisherId": "KTamas.laravel-blade",
      "publisherDisplayName": "KTamas"
    },
    "name": "laravel-blade",
    "publisher": "KTamas",
    "version": "0.0.1"
  },
  {
    "metadata": {
      "id": "f015bc3c-a098-4245-8765-615e002e09ab",
      "publisherId": "yzane.markdown-pdf",
      "publisherDisplayName": "yzane"
    },
    "name": "markdown-pdf",
    "publisher": "yzane",
    "version": "0.1.7"
  },
  {
    "metadata": {
      "id": "6f35c257-7fd5-4bc2-9cd1-01976589c17a",
      "publisherId": "arcticicestudio.nord-visual-studio-code",
      "publisherDisplayName": "arcticicestudio"
    },
    "name": "nord-visual-studio-code",
    "publisher": "arcticicestudio",
    "version": "0.6.0"
  },
  {
    "metadata": {
      "id": "b027c4b2-25ad-46db-b574-05dae3b2dc92",
      "publisherId": "azemoh.one-monokai",
      "publisherDisplayName": "azemoh"
    },
    "name": "one-monokai",
    "publisher": "azemoh",
    "version": "0.3.4"
  },
  {
    "metadata": {
      "id": "b06b65b2-6ea9-4045-b166-54aa63205261",
      "publisherId": "junstyle.php-cs-fixer",
      "publisherDisplayName": "junstyle"
    },
    "name": "php-cs-fixer",
    "publisher": "junstyle",
    "version": "0.1.57"
  },
  {
    "metadata": {
      "id": "044b4b31-2969-4af3-895d-855433b8b46d",
      "publisherId": "felixfbecker.php-debug",
      "publisherDisplayName": "felixfbecker"
    },
    "name": "php-debug",
    "publisher": "felixfbecker",
    "version": "1.12.1"
  },
  {
    "metadata": {
      "id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
      "publisherId": "neilbrayfield.php-docblocker",
      "publisherDisplayName": "neilbrayfield"
    },
    "name": "php-docblocker",
    "publisher": "neilbrayfield",
    "version": "1.3.3"
  },
  {
    "metadata": {
      "id": "651dce1f-eda8-4a5b-aa26-0d1266de8ed1",
      "publisherId": "MehediDracula.php-namespace-resolver",
      "publisherDisplayName": "MehediDracula"
    },
    "name": "php-namespace-resolver",
    "publisher": "MehediDracula",
    "version": "1.0.2"
  },
  {
    "metadata": {
      "id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
      "publisherId": "alefragnani.project-manager",
      "publisherDisplayName": "alefragnani"
    },
    "name": "project-manager",
    "publisher": "alefragnani",
    "version": "0.24.1"
  },
  {
    "metadata": {
      "id": "735af542-944f-4b07-b336-9df27d7b8d84",
      "publisherId": "smlombardi.slime",
      "publisherDisplayName": "smlombardi"
    },
    "name": "slime",
    "publisher": "smlombardi",
    "version": "2.31.2"
  },
  {
    "metadata": {
      "id": "d6ba4b7b-539f-456a-b0f6-0348df44cdf3",
      "publisherId": "nikitaKunevich.snippet-creator",
      "publisherDisplayName": "nikitaKunevich"
    },
    "name": "snippet-creator",
    "publisher": "nikitaKunevich",
    "version": "0.0.4"
  },
  {
    "metadata": {
      "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
      "publisherId": "octref.vetur",
      "publisherDisplayName": "octref"
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.11.7"
  },
  {
    "metadata": {
      "id": "a852a33d-c920-4758-a5a8-0f5b00521b59",
      "publisherId": "mjmcloug.vscode-elixir",
      "publisherDisplayName": "mjmcloug"
    },
    "name": "vscode-elixir",
    "publisher": "mjmcloug",
    "version": "1.1.0"
  },
  {
    "metadata": {
      "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
      "publisherId": "dbaeumer.vscode-eslint",
      "publisherDisplayName": "dbaeumer"
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "1.4.7"
  },
  {
    "metadata": {
      "id": "d637104e-1fd7-4063-98fc-8afe46012c9b",
      "publisherId": "sleistner.vscode-fileutils",
      "publisherDisplayName": "sleistner"
    },
    "name": "vscode-fileutils",
    "publisher": "sleistner",
    "version": "2.8.1"
  },
  {
    "metadata": {
      "id": "829a192d-496c-44ac-87f3-0a84ce36a853",
      "publisherId": "emmanuelbeziat.vscode-great-icons",
      "publisherDisplayName": "emmanuelbeziat"
    },
    "name": "vscode-great-icons",
    "publisher": "emmanuelbeziat",
    "version": "2.1.27"
  },
  {
    "metadata": {
      "id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
      "publisherId": "robertohuertasm.vscode-icons",
      "publisherDisplayName": "robertohuertasm"
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    "version": "7.20.0"
  },
  {
    "metadata": {
      "id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
      "publisherId": "bmewburn.vscode-intelephense-client",
      "publisherDisplayName": "bmewburn"
    },
    "name": "vscode-intelephense-client",
    "publisher": "bmewburn",
    "version": "0.8.8"
  },
  {
    "metadata": {
      "id": "f2fd462f-f1bd-4c62-b54f-59a4e5ffc6a3",
      "publisherId": "WakaTime.vscode-wakatime",
      "publisherDisplayName": "WakaTime"
    },
    "name": "vscode-wakatime",
    "publisher": "WakaTime",
    "version": "1.1.22"
  }
]
{"lastUpload":"2018-03-13T15:10:29.622Z","extensionVersion":"v2.9.0"}