Skip to content

Instantly share code, notes, and snippets.

@rugor
Last active February 16, 2018 17:48
Show Gist options
  • Select an option

  • Save rugor/c64d2d2262d4f37d5102a71a85c8f5f0 to your computer and use it in GitHub Desktop.

Select an option

Save rugor/c64d2d2262d4f37d5102a71a85c8f5f0 to your computer and use it in GitHub Desktop.

Revisions

  1. rugor revised this gist Feb 16, 2018. 5 changed files with 20 additions and 19 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-02-02T17:12:23.690Z","extensionVersion":"v2.8.7"}
    {"lastUpload":"2018-02-16T17:48:28.194Z","extensionVersion":"v2.8.7"}
    16 changes: 3 additions & 13 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -59,16 +59,6 @@
    "publisher": "bradgashler",
    "version": "0.0.7"
    },
    {
    "metadata": {
    "id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
    "publisherId": "dbaeumer.jshint",
    "publisherDisplayName": "dbaeumer"
    },
    "name": "jshint",
    "publisher": "dbaeumer",
    "version": "0.10.15"
    },
    {
    "metadata": {
    "id": "4bf45e86-a448-4531-8c01-ef33f4536306",
    @@ -107,7 +97,7 @@
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "1.1.2"
    "version": "1.1.3"
    },
    {
    "metadata": {
    @@ -147,7 +137,7 @@
    },
    "name": "tslint",
    "publisher": "eg2",
    "version": "1.0.24"
    "version": "1.0.27"
    },
    {
    "metadata": {
    @@ -177,7 +167,7 @@
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "1.4.4"
    "version": "1.4.5"
    },
    {
    "metadata": {
    4 changes: 2 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,7 @@
    "editor.formatOnPaste": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2018-01-03T18:15:35.820Z",
    "sync.lastUpload": "2018-02-02T17:12:23.690Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    @@ -61,4 +61,4 @@
    "asi": true
    },
    "vsicons.projectDetection.disableDetect": true,
    }
    }
    8 changes: 6 additions & 2 deletions snippets|scss.json
    Original file line number Diff line number Diff line change
    @@ -28,5 +28,9 @@
    "prefix": "comment",
    "body": "\n//-----------------------------------------\n// ${1:Selector Comment}\n//-----------------------------------------\n",
    "description": "Comment"
    }
    }
    },
    "transition": {
    "prefix": "trans",
    "body": "@include transition(all, 0.2s, ease-in-out);",
    "description": "Transition"
    }
    9 changes: 8 additions & 1 deletion snippets|vue.json
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,13 @@
    "<router-link to='$1'>$2</router-link>"
    ],
    "description": "Vue Router link"
    }
    },
    "SCSS Transition": {
    "prefix": "trans",
    "body": [
    "@include transition(all, 0.2s, ease-in-out);"
    ],
    "description": "scss transition"
    }

    }
  2. rugor revised this gist Feb 2, 2018. 3 changed files with 11 additions and 10 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-01-03T18:15:35.820Z","extensionVersion":"v2.8.7"}
    {"lastUpload":"2018-02-02T17:12:23.690Z","extensionVersion":"v2.8.7"}
    14 changes: 7 additions & 7 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -17,7 +17,7 @@
    },
    "name": "beautify",
    "publisher": "HookyQR",
    "version": "1.1.1"
    "version": "1.3.0"
    },
    {
    "metadata": {
    @@ -37,7 +37,7 @@
    },
    "name": "EditorConfig",
    "publisher": "EditorConfig",
    "version": "0.11.1"
    "version": "0.12.0"
    },
    {
    "metadata": {
    @@ -107,7 +107,7 @@
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "1.0.1"
    "version": "1.1.2"
    },
    {
    "metadata": {
    @@ -157,7 +157,7 @@
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.11.5"
    "version": "0.11.7"
    },
    {
    "metadata": {
    @@ -177,7 +177,7 @@
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "1.4.3"
    "version": "1.4.4"
    },
    {
    "metadata": {
    @@ -187,7 +187,7 @@
    },
    "name": "vscode-gist",
    "publisher": "kenhowardpdx",
    "version": "1.1.5"
    "version": "1.2.0"
    },
    {
    "metadata": {
    @@ -217,6 +217,6 @@
    },
    "name": "vue-vscode-snippets",
    "publisher": "sdras",
    "version": "1.2.0"
    "version": "1.3.0"
    }
    ]
    5 changes: 3 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -13,9 +13,10 @@
    "editor.insertSpaces": true,
    "editor.detectIndentation": false,
    "editor.autoIndent": true,
    "editor.formatOnPaste": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2018-01-03T00:37:37.762Z",
    "sync.lastUpload": "2018-01-03T18:15:35.820Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    @@ -53,11 +54,11 @@
    "sublimeTextKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true,
    "git.autofetch": false,
    "vetur.validation.template": false,
    "jshint.options": {
    "esversion": 6,
    "asi": true
    },
    "vsicons.projectDetection.disableDetect": true,
    }
  3. rugor revised this gist Jan 3, 2018. 2 changed files with 7 additions and 3 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-01-03T00:37:37.762Z","extensionVersion":"v2.8.7"}
    {"lastUpload":"2018-01-03T18:15:35.820Z","extensionVersion":"v2.8.7"}
    8 changes: 6 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-12-13T01:34:22.657Z",
    "sync.lastUpload": "2018-01-03T00:37:37.762Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    @@ -55,5 +55,9 @@
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true,
    "git.autofetch": false,
    "vetur.validation.template": false
    "vetur.validation.template": false,
    "jshint.options": {
    "esversion": 6,
    "asi": true
    },
    }
  4. rugor revised this gist Jan 3, 2018. 3 changed files with 29 additions and 8 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-12-13T01:34:22.657Z","extensionVersion":"v2.8.7"}
    {"lastUpload":"2018-01-03T00:37:37.762Z","extensionVersion":"v2.8.7"}
    30 changes: 25 additions & 5 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -57,7 +57,17 @@
    },
    "name": "htmltagwrap",
    "publisher": "bradgashler",
    "version": "0.0.6"
    "version": "0.0.7"
    },
    {
    "metadata": {
    "id": "82dfe17d-bb64-404e-bcc5-f9803f7ab5d5",
    "publisherId": "dbaeumer.jshint",
    "publisherDisplayName": "dbaeumer"
    },
    "name": "jshint",
    "publisher": "dbaeumer",
    "version": "0.10.15"
    },
    {
    "metadata": {
    @@ -67,7 +77,7 @@
    },
    "name": "mssql",
    "publisher": "ms-mssql",
    "version": "1.2.1"
    "version": "1.3.0"
    },
    {
    "metadata": {
    @@ -97,7 +107,7 @@
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "1.0.0"
    "version": "1.0.1"
    },
    {
    "metadata": {
    @@ -107,7 +117,7 @@
    },
    "name": "sass-indented",
    "publisher": "robinbentley",
    "version": "1.4.5"
    "version": "1.4.6"
    },
    {
    "metadata": {
    @@ -147,7 +157,7 @@
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.11.3"
    "version": "0.11.5"
    },
    {
    "metadata": {
    @@ -189,6 +199,16 @@
    "publisher": "robertohuertasm",
    "version": "7.19.0"
    },
    {
    "metadata": {
    "id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
    "publisherId": "eg2.vscode-npm-script",
    "publisherDisplayName": "eg2"
    },
    "name": "vscode-npm-script",
    "publisher": "eg2",
    "version": "0.3.3"
    },
    {
    "metadata": {
    "id": "c8d95916-cf54-455f-b324-cbd887b7d3a8",
    5 changes: 3 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-12-13T01:33:59.725Z",
    "sync.lastUpload": "2017-12-13T01:34:22.657Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    @@ -54,5 +54,6 @@
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true,
    "git.autofetch": false
    "git.autofetch": false,
    "vetur.validation.template": false
    }
  5. rugor revised this gist Dec 13, 2017. 2 changed files with 3 additions and 3 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-12-13T01:33:59.725Z","extensionVersion":"v2.8.7"}
    {"lastUpload":"2017-12-13T01:34:22.657Z","extensionVersion":"v2.8.7"}
    4 changes: 2 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -15,7 +15,7 @@
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-11-27T17:19:11.480Z",
    "sync.lastUpload": "2017-12-13T01:33:59.725Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    @@ -54,5 +54,5 @@
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true,
    "git.autofetch": true
    "git.autofetch": false
    }
  6. rugor revised this gist Dec 13, 2017. 4 changed files with 10 additions and 9 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-11-27T17:19:11.480Z","extensionVersion":"v2.8.6"}
    {"lastUpload":"2017-12-13T01:33:59.725Z","extensionVersion":"v2.8.7"}
    8 changes: 4 additions & 4 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    },
    "name": "auto-close-tag",
    "publisher": "formulahendry",
    "version": "0.5.3"
    "version": "0.5.5"
    },
    {
    "metadata": {
    @@ -27,7 +27,7 @@
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "2.8.6"
    "version": "2.8.7"
    },
    {
    "metadata": {
    @@ -97,7 +97,7 @@
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "0.26.0"
    "version": "1.0.0"
    },
    {
    "metadata": {
    @@ -187,7 +187,7 @@
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    "version": "7.18.1"
    "version": "7.19.0"
    },
    {
    "metadata": {
    7 changes: 4 additions & 3 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    "workbench.startupEditor": "none",
    // "workbench.sideBar.location": "right",
    "editor.fontSize": 14,
    "editor.formatOnSave": true,
    //"editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "editor.tabSize": 2,
    "editor.tabCompletion": true,
    @@ -15,7 +15,7 @@
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-11-21T19:03:57.708Z",
    "sync.lastUpload": "2017-11-27T17:19:11.480Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    @@ -53,5 +53,6 @@
    "sublimeTextKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true
    "editor.formatOnPaste": true,
    "git.autofetch": true
    }
    2 changes: 1 addition & 1 deletion vsicons.settings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"version":"7.18.1","status":0,"welcomeShown":true}
    {"version":"7.19.0","status":0,"welcomeShown":true}
  7. rugor revised this gist Nov 27, 2017. 3 changed files with 8 additions and 7 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-11-21T19:03:57.708Z","extensionVersion":"v2.8.6"}
    {"lastUpload":"2017-11-27T17:19:11.480Z","extensionVersion":"v2.8.6"}
    8 changes: 4 additions & 4 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -57,7 +57,7 @@
    },
    "name": "htmltagwrap",
    "publisher": "bradgashler",
    "version": "0.0.5"
    "version": "0.0.6"
    },
    {
    "metadata": {
    @@ -97,7 +97,7 @@
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "0.24.0"
    "version": "0.26.0"
    },
    {
    "metadata": {
    @@ -137,7 +137,7 @@
    },
    "name": "tslint",
    "publisher": "eg2",
    "version": "1.0.23"
    "version": "1.0.24"
    },
    {
    "metadata": {
    @@ -197,6 +197,6 @@
    },
    "name": "vue-vscode-snippets",
    "publisher": "sdras",
    "version": "1.1.0"
    "version": "1.2.0"
    }
    ]
    5 changes: 3 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -6,15 +6,16 @@
    "workbench.startupEditor": "none",
    // "workbench.sideBar.location": "right",
    "editor.fontSize": 14,
    //"editor.formatOnSave": true,
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true,
    "editor.tabSize": 2,
    "editor.tabCompletion": true,
    "editor.insertSpaces": true,
    "editor.detectIndentation": false,
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-11-10T17:19:30.197Z",
    "sync.lastUpload": "2017-11-21T19:03:57.708Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
  8. rugor revised this gist Nov 21, 2017. 4 changed files with 10 additions and 10 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-11-10T17:19:30.197Z","extensionVersion":"v2.8.5"}
    {"lastUpload":"2017-11-21T19:03:57.708Z","extensionVersion":"v2.8.6"}
    12 changes: 6 additions & 6 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -27,7 +27,7 @@
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "2.8.5"
    "version": "2.8.6"
    },
    {
    "metadata": {
    @@ -67,7 +67,7 @@
    },
    "name": "mssql",
    "publisher": "ms-mssql",
    "version": "1.2.0"
    "version": "1.2.1"
    },
    {
    "metadata": {
    @@ -127,7 +127,7 @@
    },
    "name": "sublime-keybindings",
    "publisher": "ms-vscode",
    "version": "3.0.2"
    "version": "3.0.3"
    },
    {
    "metadata": {
    @@ -137,7 +137,7 @@
    },
    "name": "tslint",
    "publisher": "eg2",
    "version": "1.0.14"
    "version": "1.0.23"
    },
    {
    "metadata": {
    @@ -147,7 +147,7 @@
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.11.0"
    "version": "0.11.3"
    },
    {
    "metadata": {
    @@ -187,7 +187,7 @@
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    "version": "7.17.0"
    "version": "7.18.1"
    },
    {
    "metadata": {
    4 changes: 2 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -6,15 +6,15 @@
    "workbench.startupEditor": "none",
    // "workbench.sideBar.location": "right",
    "editor.fontSize": 14,
    "editor.formatOnSave": true,
    //"editor.formatOnSave": true,
    "editor.tabSize": 2,
    "editor.tabCompletion": true,
    "editor.insertSpaces": true,
    "editor.detectIndentation": false,
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-11-03T16:39:59.194Z",
    "sync.lastUpload": "2017-11-10T17:19:30.197Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    2 changes: 1 addition & 1 deletion vsicons.settings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"version":"7.17.0","status":0,"welcomeShown":true}
    {"version":"7.18.1","status":0,"welcomeShown":true}
  9. rugor revised this gist Nov 10, 2017. 3 changed files with 114 additions and 93 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-11-03T16:39:59.194Z","extensionVersion":"v2.8.3"}
    {"lastUpload":"2017-11-10T17:19:30.197Z","extensionVersion":"v2.8.5"}
    96 changes: 58 additions & 38 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -2,17 +2,17 @@
    {
    "metadata": {
    "id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
    "publisherId": "38bbe3f0-5204-4170-845e-c2f966d979b8",
    "publisherDisplayName": "Jun Han"
    "publisherId": "formulahendry.auto-close-tag",
    "publisherDisplayName": "formulahendry"
    },
    "name": "auto-close-tag",
    "publisher": "formulahendry",
    "version": "0.5.2"
    "version": "0.5.3"
    },
    {
    "metadata": {
    "id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
    "publisherId": "901b401e-7657-4a33-8c9a-0854c569607e",
    "publisherId": "HookyQR.beautify",
    "publisherDisplayName": "HookyQR"
    },
    "name": "beautify",
    @@ -22,17 +22,27 @@
    {
    "metadata": {
    "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
    "publisherId": "ac3a3342-db76-40ef-9277-4657632d3bfe",
    "publisherDisplayName": "Shan Khan"
    "publisherId": "Shan.code-settings-sync",
    "publisherDisplayName": "Shan"
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "2.8.3"
    "version": "2.8.5"
    },
    {
    "metadata": {
    "id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
    "publisherId": "EditorConfig.EditorConfig",
    "publisherDisplayName": "EditorConfig"
    },
    "name": "EditorConfig",
    "publisher": "EditorConfig",
    "version": "0.11.1"
    },
    {
    "metadata": {
    "id": "e02a4f7c-e229-4754-958f-62c23bfcb464",
    "publisherId": "8f8be5b6-a851-401b-8d93-190002e6d891",
    "publisherId": "Nic34.generator-vue-components",
    "publisherDisplayName": "Nic34"
    },
    "name": "generator-vue-components",
    @@ -42,8 +52,8 @@
    {
    "metadata": {
    "id": "c16f95f6-9b42-4a24-9bf4-245d4ea54fc5",
    "publisherId": "ca7f8bd1-9975-4624-9507-225609f5193f",
    "publisherDisplayName": "Brad Gashler"
    "publisherId": "bradgashler.htmltagwrap",
    "publisherDisplayName": "bradgashler"
    },
    "name": "htmltagwrap",
    "publisher": "bradgashler",
    @@ -52,8 +62,8 @@
    {
    "metadata": {
    "id": "4bf45e86-a448-4531-8c01-ef33f4536306",
    "publisherId": "60b3df88-4640-44d4-a7e5-6ba8004700bb",
    "publisherDisplayName": "Microsoft"
    "publisherId": "ms-mssql.mssql",
    "publisherDisplayName": "ms-mssql"
    },
    "name": "mssql",
    "publisher": "ms-mssql",
    @@ -62,8 +72,8 @@
    {
    "metadata": {
    "id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
    "publisherId": "a892fb38-060b-475f-9e73-2e06a8a17a68",
    "publisherDisplayName": "Christian Kohler"
    "publisherId": "christian-kohler.npm-intellisense",
    "publisherDisplayName": "christian-kohler"
    },
    "name": "npm-intellisense",
    "publisher": "christian-kohler",
    @@ -72,18 +82,28 @@
    {
    "metadata": {
    "id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
    "publisherId": "a892fb38-060b-475f-9e73-2e06a8a17a68",
    "publisherDisplayName": "Christian Kohler"
    "publisherId": "christian-kohler.path-intellisense",
    "publisherDisplayName": "christian-kohler"
    },
    "name": "path-intellisense",
    "publisher": "christian-kohler",
    "version": "1.4.2"
    },
    {
    "metadata": {
    "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
    "publisherId": "esbenp.prettier-vscode",
    "publisherDisplayName": "esbenp"
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "0.24.0"
    },
    {
    "metadata": {
    "id": "e52bce95-a629-455f-8626-e7301b9e372a",
    "publisherId": "d130428c-b098-4251-9451-371e680d33b2",
    "publisherDisplayName": "Robin Bentley"
    "publisherId": "robinbentley.sass-indented",
    "publisherDisplayName": "robinbentley"
    },
    "name": "sass-indented",
    "publisher": "robinbentley",
    @@ -92,8 +112,8 @@
    {
    "metadata": {
    "id": "bcf8d2e0-44aa-4c41-bba0-265032fcd6f6",
    "publisherId": "3a1bd914-dacc-4903-89d9-bd7ff757eb7f",
    "publisherDisplayName": "Mihai Vilcu"
    "publisherId": "ionutvmi.spacegray-vscode",
    "publisherDisplayName": "ionutvmi"
    },
    "name": "spacegray-vscode",
    "publisher": "ionutvmi",
    @@ -102,8 +122,8 @@
    {
    "metadata": {
    "id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
    "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
    "publisherDisplayName": "Microsoft"
    "publisherId": "ms-vscode.sublime-keybindings",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "sublime-keybindings",
    "publisher": "ms-vscode",
    @@ -112,8 +132,8 @@
    {
    "metadata": {
    "id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
    "publisherId": "0b5821dc-b7ab-4fa0-bcee-c2add1d8f9db",
    "publisherDisplayName": "egamma"
    "publisherId": "eg2.tslint",
    "publisherDisplayName": "eg2"
    },
    "name": "tslint",
    "publisher": "eg2",
    @@ -122,17 +142,17 @@
    {
    "metadata": {
    "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
    "publisherId": "c3b70842-905b-406e-8f5b-153e8de05481",
    "publisherDisplayName": "Pine Wu"
    "publisherId": "octref.vetur",
    "publisherDisplayName": "octref"
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.10.1"
    "version": "0.11.0"
    },
    {
    "metadata": {
    "id": "d7b592dd-41c9-4f2b-acf3-055ae65e55c6",
    "publisherId": "f3764338-6fd9-45d3-be23-3da192e4db4b",
    "publisherId": "dzannotti.vscode-babel-coloring",
    "publisherDisplayName": "dzannotti"
    },
    "name": "vscode-babel-coloring",
    @@ -142,28 +162,28 @@
    {
    "metadata": {
    "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
    "publisherId": "29859a75-d81b-4f0e-8578-2c80ecee6f99",
    "publisherDisplayName": "Dirk Baeumer"
    "publisherId": "dbaeumer.vscode-eslint",
    "publisherDisplayName": "dbaeumer"
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "1.4.2"
    "version": "1.4.3"
    },
    {
    "metadata": {
    "id": "c3382f5b-0525-4f74-93df-3a82483c1ad8",
    "publisherId": "769f64cc-9d1f-4193-9d3f-8aea83776fd8",
    "publisherDisplayName": "Ken Howard"
    "publisherId": "kenhowardpdx.vscode-gist",
    "publisherDisplayName": "kenhowardpdx"
    },
    "name": "vscode-gist",
    "publisher": "kenhowardpdx",
    "version": "1.1.4"
    "version": "1.1.5"
    },
    {
    "metadata": {
    "id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
    "publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3",
    "publisherDisplayName": "Roberto Huertas"
    "publisherId": "robertohuertasm.vscode-icons",
    "publisherDisplayName": "robertohuertasm"
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    @@ -172,8 +192,8 @@
    {
    "metadata": {
    "id": "c8d95916-cf54-455f-b324-cbd887b7d3a8",
    "publisherId": "addae8ad-0041-44f2-a2d4-cbebe4912d50",
    "publisherDisplayName": "sarah.drasner"
    "publisherId": "sdras.vue-vscode-snippets",
    "publisherDisplayName": "sdras"
    },
    "name": "vue-vscode-snippets",
    "publisher": "sdras",
    109 changes: 55 additions & 54 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,55 +1,56 @@
    {
    "workbench.colorTheme": "Spacegray Ocean Dark",
    "window.zoomLevel": 1,
    "window.newWindowDimensions": "maximized",
    "workbench.iconTheme": "vscode-icons",
    "workbench.startupEditor": "none",
    // "workbench.sideBar.location": "right",
    "editor.fontSize": 14,
    "editor.tabSize": 2,
    "editor.tabCompletion": true,
    "editor.insertSpaces": true,
    "editor.detectIndentation": false,
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-10-16T20:39:38.537Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    "sync.forceDownload": false,
    "sync.anonymousGist": false,
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "sync.askGistName": false,
    "vsicons.dontShowNewVersionMessage": true,
    "eslint.enable": true,
    "eslint.autoFixOnSave": false,
    "eslint.options": {
    "rules": {
    "no-console": "off",
    "import/newline-after-import": "off",
    "no-unused-vars": 0,
    // "max-len": 0,
    "no-extra-semi": "error",
    "semi": "off"
    }
    },
    "eslint.validate": [
    "javascript",
    "javascriptreact",
    "vue",
    "vue-html",
    {
    "language": "vue",
    "autoFix": false
    }
    ],
    // Add a space before function parenthesis
    "vetur.format.js.InsertSpaceBeforeFunctionParenthesis": true,
    "sublimeTextKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true
    }
    "workbench.colorTheme": "Spacegray Ocean Dark",
    "window.zoomLevel": 1,
    "window.newWindowDimensions": "maximized",
    "workbench.iconTheme": "vscode-icons",
    "workbench.startupEditor": "none",
    // "workbench.sideBar.location": "right",
    "editor.fontSize": 14,
    "editor.formatOnSave": true,
    "editor.tabSize": 2,
    "editor.tabCompletion": true,
    "editor.insertSpaces": true,
    "editor.detectIndentation": false,
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-11-03T16:39:59.194Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    "sync.forceDownload": false,
    "sync.anonymousGist": false,
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "sync.askGistName": false,
    "vsicons.dontShowNewVersionMessage": true,
    "eslint.enable": true,
    "eslint.autoFixOnSave": false,
    "eslint.options": {
    "rules": {
    "no-console": "off",
    "import/newline-after-import": "off",
    "no-unused-vars": 0,
    // "max-len": 0,
    "no-extra-semi": "error",
    "semi": "off"
    }
    },
    "eslint.validate": [
    "javascript",
    "javascriptreact",
    "vue",
    "vue-html",
    {
    "language": "vue",
    "autoFix": false
    }
    ],
    // Add a space before function parenthesis
    // "vetur.format.js.InsertSpaceBeforeFunctionParenthesis": true,
    "sublimeTextKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true
    }
  10. rugor revised this gist Nov 3, 2017. 4 changed files with 20 additions and 16 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-10-16T20:39:38.537Z","extensionVersion":"v2.8.3"}
    {"lastUpload":"2017-11-03T16:39:59.194Z","extensionVersion":"v2.8.3"}
    18 changes: 9 additions & 9 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    },
    "name": "auto-close-tag",
    "publisher": "formulahendry",
    "version": "0.5.1"
    "version": "0.5.2"
    },
    {
    "metadata": {
    @@ -47,7 +47,7 @@
    },
    "name": "htmltagwrap",
    "publisher": "bradgashler",
    "version": "0.0.3"
    "version": "0.0.5"
    },
    {
    "metadata": {
    @@ -87,7 +87,7 @@
    },
    "name": "sass-indented",
    "publisher": "robinbentley",
    "version": "1.4.4"
    "version": "1.4.5"
    },
    {
    "metadata": {
    @@ -107,7 +107,7 @@
    },
    "name": "sublime-keybindings",
    "publisher": "ms-vscode",
    "version": "2.9.1"
    "version": "3.0.2"
    },
    {
    "metadata": {
    @@ -117,7 +117,7 @@
    },
    "name": "tslint",
    "publisher": "eg2",
    "version": "1.0.11"
    "version": "1.0.14"
    },
    {
    "metadata": {
    @@ -127,7 +127,7 @@
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.9.11"
    "version": "0.10.1"
    },
    {
    "metadata": {
    @@ -147,7 +147,7 @@
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "1.3.2"
    "version": "1.4.2"
    },
    {
    "metadata": {
    @@ -167,7 +167,7 @@
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    "version": "7.15.0"
    "version": "7.17.0"
    },
    {
    "metadata": {
    @@ -177,6 +177,6 @@
    },
    "name": "vue-vscode-snippets",
    "publisher": "sdras",
    "version": "1.0.3"
    "version": "1.1.0"
    }
    ]
    14 changes: 9 additions & 5 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -9,11 +9,11 @@
    "editor.tabSize": 2,
    "editor.tabCompletion": true,
    "editor.insertSpaces": true,
    "editor.detectIndentation": true,
    "editor.detectIndentation": false,
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-10-11T22:26:30.974Z",
    "sync.lastUpload": "2017-10-16T20:39:38.537Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    @@ -31,7 +31,7 @@
    "no-console": "off",
    "import/newline-after-import": "off",
    "no-unused-vars": 0,
    "max-len": 0,
    // "max-len": 0,
    "no-extra-semi": "error",
    "semi": "off"
    }
    @@ -47,5 +47,9 @@
    }
    ],
    // Add a space before function parenthesis
    "vetur.format.js.InsertSpaceBeforeFunctionParenthesis": true
    }
    "vetur.format.js.InsertSpaceBeforeFunctionParenthesis": true,
    "sublimeTextKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.snippetSuggestions": "top",
    "editor.formatOnPaste": true
    }
    2 changes: 1 addition & 1 deletion vsicons.settings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"version":"7.15.0","status":0,"welcomeShown":true}
    {"version":"7.17.0","status":0,"welcomeShown":true}
  11. rugor revised this gist Oct 16, 2017. 3 changed files with 29 additions and 6 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-10-11T22:26:30.974Z","extensionVersion":"v2.8.3"}
    {"lastUpload":"2017-10-16T20:39:38.537Z","extensionVersion":"v2.8.3"}
    4 changes: 2 additions & 2 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -87,7 +87,7 @@
    },
    "name": "sass-indented",
    "publisher": "robinbentley",
    "version": "1.4.2"
    "version": "1.4.4"
    },
    {
    "metadata": {
    @@ -177,6 +177,6 @@
    },
    "name": "vue-vscode-snippets",
    "publisher": "sdras",
    "version": "1.0.2"
    "version": "1.0.3"
    }
    ]
    29 changes: 26 additions & 3 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-10-06T16:16:03.225Z",
    "sync.lastUpload": "2017-10-11T22:26:30.974Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    @@ -23,6 +23,29 @@
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "sync.askGistName": false,
    "eslint.autoFixOnSave": true,
    "vsicons.dontShowNewVersionMessage": true
    "vsicons.dontShowNewVersionMessage": true,
    "eslint.enable": true,
    "eslint.autoFixOnSave": false,
    "eslint.options": {
    "rules": {
    "no-console": "off",
    "import/newline-after-import": "off",
    "no-unused-vars": 0,
    "max-len": 0,
    "no-extra-semi": "error",
    "semi": "off"
    }
    },
    "eslint.validate": [
    "javascript",
    "javascriptreact",
    "vue",
    "vue-html",
    {
    "language": "vue",
    "autoFix": false
    }
    ],
    // Add a space before function parenthesis
    "vetur.format.js.InsertSpaceBeforeFunctionParenthesis": true
    }
  12. rugor revised this gist Oct 11, 2017. 7 changed files with 46 additions and 7 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-10-06T16:16:03.225Z","extensionVersion":"v2.8.3"}
    {"lastUpload":"2017-10-11T22:26:30.974Z","extensionVersion":"v2.8.3"}
    6 changes: 3 additions & 3 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -117,7 +117,7 @@
    },
    "name": "tslint",
    "publisher": "eg2",
    "version": "1.0.9"
    "version": "1.0.11"
    },
    {
    "metadata": {
    @@ -127,7 +127,7 @@
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.9.10"
    "version": "0.9.11"
    },
    {
    "metadata": {
    @@ -167,7 +167,7 @@
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    "version": "7.14.0"
    "version": "7.15.0"
    },
    {
    "metadata": {
    2 changes: 1 addition & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-09-25T21:29:58.540Z",
    "sync.lastUpload": "2017-10-06T16:16:03.225Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    9 changes: 8 additions & 1 deletion snippets|html.json
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,7 @@
    "description": "Log output to console"
    }
    */
    "Container": {
    "Container": {
    "prefix": "con",
    "body": "\n<div class=\"container-fluid\">\n <div class=\"row\">\n <div class=\"col-md-12\">\n $1\n </div>\n </div>\n</div>\n",
    "description": "Bootstrap Container",
    @@ -79,5 +79,12 @@
    "body": "\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/vue/2.1.10/vue.js\" async></script>\n",
    "description": "Vue CDN",
    "scope": ""
    },
    "Vue Router Link": {
    "prefix": "vrou",
    "body": [
    "<router-link to='$1'>$2</router-link>"
    ],
    "description": "Vue Router link"
    }
    }
    16 changes: 16 additions & 0 deletions snippets|vue-html.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {

    // Place your snippets for Vue-html here. Each snippet is defined under a snippet name and has a prefix, body and
    // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
    // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
    // same ids are connected.
    // Example:
    "Vue Router Link": {
    "prefix": "vrou",
    "body": [
    "<router-link to='$1'>$2</router-link>"
    ],
    "description": "Vue Router link"
    }

    }
    16 changes: 16 additions & 0 deletions snippets|vue.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {

    // Place your snippets for Vue here. Each snippet is defined under a snippet name and has a prefix, body and
    // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
    // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
    // same ids are connected.
    // Example:
    "Vue Router Link": {
    "prefix": "vrou",
    "body": [
    "<router-link to='$1'>$2</router-link>"
    ],
    "description": "Vue Router link"
    }

    }
    2 changes: 1 addition & 1 deletion vsicons.settings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"version":"7.14.0","status":0,"welcomeShown":true}
    {"version":"7.15.0","status":0,"welcomeShown":true}
  13. rugor revised this gist Oct 6, 2017. 3 changed files with 5 additions and 3 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-09-25T21:29:58.540Z","extensionVersion":"v2.8.3"}
    {"lastUpload":"2017-10-06T16:16:03.225Z","extensionVersion":"v2.8.3"}
    2 changes: 1 addition & 1 deletion extensions.json
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    },
    "name": "auto-close-tag",
    "publisher": "formulahendry",
    "version": "0.5.0"
    "version": "0.5.1"
    },
    {
    "metadata": {
    4 changes: 3 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -3,15 +3,17 @@
    "window.zoomLevel": 1,
    "window.newWindowDimensions": "maximized",
    "workbench.iconTheme": "vscode-icons",
    "workbench.startupEditor": "none",
    // "workbench.sideBar.location": "right",
    "editor.fontSize": 14,
    "editor.tabSize": 2,
    "editor.tabCompletion": true,
    "editor.insertSpaces": true,
    "editor.detectIndentation": true,
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-09-22T16:53:48.996Z",
    "sync.lastUpload": "2017-09-25T21:29:58.540Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
  14. rugor revised this gist Sep 25, 2017. 4 changed files with 13 additions and 13 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2017-09-22T16:53:48.996Z","extensionVersion":"v2.8.3"}
    {"lastUpload":"2017-09-25T21:29:58.540Z","extensionVersion":"v2.8.3"}
    18 changes: 9 additions & 9 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -57,7 +57,7 @@
    },
    "name": "mssql",
    "publisher": "ms-mssql",
    "version": "1.1.0"
    "version": "1.2.0"
    },
    {
    "metadata": {
    @@ -127,7 +127,7 @@
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.9.9"
    "version": "0.9.10"
    },
    {
    "metadata": {
    @@ -167,16 +167,16 @@
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    "version": "7.13.0"
    "version": "7.14.0"
    },
    {
    "metadata": {
    "id": "3620b114-6fe8-459b-8c68-99943147069b",
    "publisherId": "8d711594-469c-48e6-b07c-32197084b71c",
    "publisherDisplayName": "hollowtree"
    "id": "c8d95916-cf54-455f-b324-cbd887b7d3a8",
    "publisherId": "addae8ad-0041-44f2-a2d4-cbebe4912d50",
    "publisherDisplayName": "sarah.drasner"
    },
    "name": "vue-snippets",
    "publisher": "hollowtree",
    "version": "0.1.5"
    "name": "vue-vscode-snippets",
    "publisher": "sdras",
    "version": "1.0.2"
    }
    ]
    4 changes: 2 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -10,8 +10,8 @@
    "editor.detectIndentation": true,
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "",
    "sync.lastUpload": "2017-07-19T17:04:17.680Z",
    "sync.gist": "c64d2d2262d4f37d5102a71a85c8f5f0",
    "sync.lastUpload": "2017-09-22T16:53:48.996Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    2 changes: 1 addition & 1 deletion vsicons.settings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"version":"7.13.0","status":0,"welcomeShown":true}
    {"version":"7.14.0","status":0,"welcomeShown":true}
  15. rugor revised this gist Sep 22, 2017. 9 changed files with 341 additions and 5 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    // Empty
    {"lastUpload":"2017-09-22T16:53:48.996Z","extensionVersion":"v2.8.3"}
    183 changes: 182 additions & 1 deletion extensions.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,182 @@
    // Empty
    [
    {
    "metadata": {
    "id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
    "publisherId": "38bbe3f0-5204-4170-845e-c2f966d979b8",
    "publisherDisplayName": "Jun Han"
    },
    "name": "auto-close-tag",
    "publisher": "formulahendry",
    "version": "0.5.0"
    },
    {
    "metadata": {
    "id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
    "publisherId": "901b401e-7657-4a33-8c9a-0854c569607e",
    "publisherDisplayName": "HookyQR"
    },
    "name": "beautify",
    "publisher": "HookyQR",
    "version": "1.1.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.8.3"
    },
    {
    "metadata": {
    "id": "e02a4f7c-e229-4754-958f-62c23bfcb464",
    "publisherId": "8f8be5b6-a851-401b-8d93-190002e6d891",
    "publisherDisplayName": "Nic34"
    },
    "name": "generator-vue-components",
    "publisher": "Nic34",
    "version": "0.1.5"
    },
    {
    "metadata": {
    "id": "c16f95f6-9b42-4a24-9bf4-245d4ea54fc5",
    "publisherId": "ca7f8bd1-9975-4624-9507-225609f5193f",
    "publisherDisplayName": "Brad Gashler"
    },
    "name": "htmltagwrap",
    "publisher": "bradgashler",
    "version": "0.0.3"
    },
    {
    "metadata": {
    "id": "4bf45e86-a448-4531-8c01-ef33f4536306",
    "publisherId": "60b3df88-4640-44d4-a7e5-6ba8004700bb",
    "publisherDisplayName": "Microsoft"
    },
    "name": "mssql",
    "publisher": "ms-mssql",
    "version": "1.1.0"
    },
    {
    "metadata": {
    "id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
    "publisherId": "a892fb38-060b-475f-9e73-2e06a8a17a68",
    "publisherDisplayName": "Christian Kohler"
    },
    "name": "npm-intellisense",
    "publisher": "christian-kohler",
    "version": "1.3.0"
    },
    {
    "metadata": {
    "id": "a41c1549-4053-44d4-bf30-60fc809b4a86",
    "publisherId": "a892fb38-060b-475f-9e73-2e06a8a17a68",
    "publisherDisplayName": "Christian Kohler"
    },
    "name": "path-intellisense",
    "publisher": "christian-kohler",
    "version": "1.4.2"
    },
    {
    "metadata": {
    "id": "e52bce95-a629-455f-8626-e7301b9e372a",
    "publisherId": "d130428c-b098-4251-9451-371e680d33b2",
    "publisherDisplayName": "Robin Bentley"
    },
    "name": "sass-indented",
    "publisher": "robinbentley",
    "version": "1.4.2"
    },
    {
    "metadata": {
    "id": "bcf8d2e0-44aa-4c41-bba0-265032fcd6f6",
    "publisherId": "3a1bd914-dacc-4903-89d9-bd7ff757eb7f",
    "publisherDisplayName": "Mihai Vilcu"
    },
    "name": "spacegray-vscode",
    "publisher": "ionutvmi",
    "version": "1.2.3"
    },
    {
    "metadata": {
    "id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
    "publisherId": "5f5636e7-69ed-4afe-b5d6-8d231fb3d3ee",
    "publisherDisplayName": "Microsoft"
    },
    "name": "sublime-keybindings",
    "publisher": "ms-vscode",
    "version": "2.9.1"
    },
    {
    "metadata": {
    "id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
    "publisherId": "0b5821dc-b7ab-4fa0-bcee-c2add1d8f9db",
    "publisherDisplayName": "egamma"
    },
    "name": "tslint",
    "publisher": "eg2",
    "version": "1.0.9"
    },
    {
    "metadata": {
    "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
    "publisherId": "c3b70842-905b-406e-8f5b-153e8de05481",
    "publisherDisplayName": "Pine Wu"
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.9.9"
    },
    {
    "metadata": {
    "id": "d7b592dd-41c9-4f2b-acf3-055ae65e55c6",
    "publisherId": "f3764338-6fd9-45d3-be23-3da192e4db4b",
    "publisherDisplayName": "dzannotti"
    },
    "name": "vscode-babel-coloring",
    "publisher": "dzannotti",
    "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.3.2"
    },
    {
    "metadata": {
    "id": "c3382f5b-0525-4f74-93df-3a82483c1ad8",
    "publisherId": "769f64cc-9d1f-4193-9d3f-8aea83776fd8",
    "publisherDisplayName": "Ken Howard"
    },
    "name": "vscode-gist",
    "publisher": "kenhowardpdx",
    "version": "1.1.4"
    },
    {
    "metadata": {
    "id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
    "publisherId": "3d894ec1-7c48-4c7d-9d12-9738c4d94db3",
    "publisherDisplayName": "Roberto Huertas"
    },
    "name": "vscode-icons",
    "publisher": "robertohuertasm",
    "version": "7.13.0"
    },
    {
    "metadata": {
    "id": "3620b114-6fe8-459b-8c68-99943147069b",
    "publisherId": "8d711594-469c-48e6-b07c-32197084b71c",
    "publisherDisplayName": "hollowtree"
    },
    "name": "vue-snippets",
    "publisher": "hollowtree",
    "version": "0.1.5"
    }
    ]
    1 change: 0 additions & 1 deletion launch.json
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    // Empty
    1 change: 0 additions & 1 deletion locale.json
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    // Empty
    27 changes: 26 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,26 @@
    // Empty
    {
    "workbench.colorTheme": "Spacegray Ocean Dark",
    "window.zoomLevel": 1,
    "window.newWindowDimensions": "maximized",
    "workbench.iconTheme": "vscode-icons",
    // "workbench.sideBar.location": "right",
    "editor.fontSize": 14,
    "editor.tabSize": 2,
    "editor.insertSpaces": true,
    "editor.detectIndentation": true,
    "editor.autoIndent": true,
    // "workbench.welcome.enabled": false,
    "sync.gist": "",
    "sync.lastUpload": "2017-07-19T17:04:17.680Z",
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastDownload": "2017-07-15T19:49:01.324Z",
    "sync.forceDownload": false,
    "sync.anonymousGist": false,
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "sync.askGistName": false,
    "eslint.autoFixOnSave": true,
    "vsicons.dontShowNewVersionMessage": true
    }
    83 changes: 83 additions & 0 deletions snippets|html.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,83 @@
    {
    /*
    // Place your snippets for HTML here. Each snippet is defined under a snippet name and has a prefix, body and
    // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
    // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
    // same ids are connected.
    // Example:
    "Print to console": {
    "prefix": "log",
    "body": [
    "console.log('$1');",
    "$2"
    ],
    "description": "Log output to console"
    }
    */
    "Container": {
    "prefix": "con",
    "body": "\n<div class=\"container-fluid\">\n <div class=\"row\">\n <div class=\"col-md-12\">\n $1\n </div>\n </div>\n</div>\n",
    "description": "Bootstrap Container",
    "scope": ""
    },
    "fav": {
    "prefix": "fav",
    "body": "\n<meta name=\"form type=\"image/gif\" href=\"favicon.ico\">\n",
    "description": "Favicon tag",
    "scope": ""
    },
    "fa": {
    "prefix": "fa",
    "body": "\n<link rel=\"stylesheet\" href=\"//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\">\n",
    "description": "Font Awesome CDN",
    "scope": ""
    },
    "gmap": {
    "prefix": "gmap",
    "body": "\n<script src=\"//maps.googleapis.com/maps/api/js?key=AIzaSyDbj23PHwxSETgPKI8kWEkbA8L1bxXfXpM\"></script>\n",
    "description": "Google Map Script",
    "scope": ""
    },
    "jq": {
    "prefix": "jq",
    "body": "\n<script src=\"http://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.1.1.js\" async></script>\n",
    "description": "jQuery CDN",
    "scope": ""
    },
    "mailto": {
    "prefix": "mailto",
    "body": "\n\t\t<a href=\"mailto:${1:[email protected]}\">${2:[email protected]}</a>\n",
    "description": "Mailto Link",
    "scope": ""
    },
    "imgp": {
    "prefix": "imgp",
    "body": "\n<img src=\"https://placeholdit.imgix.net/~text?txtsize=93&bg=eeeeee&txtclr=ff00ff&txt=PLACEHOLDER&w=${1:1200}&h=${2:800}\" />\n",
    "description": "Placehold It Image",
    "scope": ""
    },
    "tel": {
    "prefix": "tel",
    "body": "\n\t\t<a href=\"tel:${1:+496170961709}\">${2:snippet}</a> \n",
    "description": "HTML href tel tag",
    "scope": ""
    },
    "validate": {
    "prefix": "validate",
    "body": "\n<script src=\"//cdn.jsdelivr.net/jquery.validation/1.15.0/jquery.validate.min.js\"></script>\n<script src=\"//cdn.jsdelivr.net/jquery.validation/1.15.0/additional-methods.min.js\"></script>\n",
    "description": "jQuery validate CDN",
    "scope": ""
    },
    "vuerouter": {
    "prefix": "vuerouter",
    "body": "\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/vue-router/2.2.1/vue-router.js\" async></script>\n",
    "description": "Vue Router CDN",
    "scope": ""
    },
    "vue": {
    "prefix": "vue",
    "body": "\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/vue/2.1.10/vue.js\" async></script>\n",
    "description": "Vue CDN",
    "scope": ""
    }
    }
    16 changes: 16 additions & 0 deletions snippets|javascript.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "For Loop": {
    "prefix": "for",
    "body": [
    "for (var ${1:index} = 0; ${1:index} < ${2:array}.length; ${1:index}++) {",
    "\tvar ${3:element} = ${2:array}[${1:index}];",
    "\t$0",
    "}"
    ],
    "description": "For Loop"
    },
    "Console Log": {
    "prefix": "log",
    "body": "console.log($1);"
    }
    }
    32 changes: 32 additions & 0 deletions snippets|scss.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    {
    /*
    // Place your snippets for Sass here. Each snippet is defined under a snippet name and has a prefix, body and
    // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
    // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
    // same ids are connected.
    // Example:
    "Print to console": {
    "prefix": "log",
    "body": [
    "console.log('$1');",
    "$2"
    ],
    "description": "Log output to console"
    }
    */
    "max": {
    "prefix": "max",
    "body": "\n\t\t@media (max-width: 768px) {\n\t\t ${1:this}\n\t\t}\n",
    "description": "SCSS Media Query Max"
    },
    "min": {
    "prefix": "min",
    "body": "\n\t\t@media (min-width: 768px) {\n\t\t ${1:.}\n\t\t}\n",
    "description": "SCSS Media Query Min"
    },
    "comment": {
    "prefix": "comment",
    "body": "\n//-----------------------------------------\n// ${1:Selector Comment}\n//-----------------------------------------\n",
    "description": "Comment"
    }
    }
    1 change: 1 addition & 0 deletions vsicons.settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"version":"7.13.0","status":0,"welcomeShown":true}
  16. rugor created this gist Sep 22, 2017.
    1 change: 1 addition & 0 deletions cloudSettings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions keybindings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions keybindingsMac.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions launch.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions locale.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty
    1 change: 1 addition & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    // Empty