Skip to content

Instantly share code, notes, and snippets.

@malagant
Last active June 5, 2019 20:23
Show Gist options
  • Select an option

  • Save malagant/004cb21cc3a3ec2c530475f0b8cbf89a to your computer and use it in GitHub Desktop.

Select an option

Save malagant/004cb21cc3a3ec2c530475f0b8cbf89a to your computer and use it in GitHub Desktop.

Revisions

  1. malagant revised this gist Jun 5, 2019. 3 changed files with 55 additions and 15 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-09-15T10:46:02.334Z","extensionVersion":"v3.1.2"}
    {"lastUpload":"2019-06-05T20:23:46.639Z","extensionVersion":"v3.2.9"}
    66 changes: 53 additions & 13 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -27,7 +27,7 @@
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "3.1.2"
    "version": "3.2.9"
    },
    {
    "metadata": {
    @@ -37,7 +37,7 @@
    },
    "name": "gitlens",
    "publisher": "eamodio",
    "version": "8.5.6"
    "version": "9.8.1"
    },
    {
    "metadata": {
    @@ -47,7 +47,7 @@
    },
    "name": "Go",
    "publisher": "ms-vscode",
    "version": "0.6.89"
    "version": "0.10.2"
    },
    {
    "metadata": {
    @@ -57,7 +57,7 @@
    },
    "name": "haml",
    "publisher": "karunamurti",
    "version": "1.1.0"
    "version": "1.2.0"
    },
    {
    "metadata": {
    @@ -89,6 +89,16 @@
    "publisher": "keyring",
    "version": "0.0.9"
    },
    {
    "metadata": {
    "id": "5db78037-f674-459f-a236-db622c427c5b",
    "publisherId": "PKief.material-icon-theme",
    "publisherDisplayName": "PKief"
    },
    "name": "material-icon-theme",
    "publisher": "PKief",
    "version": "3.8.0"
    },
    {
    "metadata": {
    "id": "aae0701b-111f-49c1-9000-abd37a442f28",
    @@ -97,7 +107,7 @@
    },
    "name": "quokka-vscode",
    "publisher": "WallabyJs",
    "version": "1.0.149"
    "version": "1.0.223"
    },
    {
    "metadata": {
    @@ -117,7 +127,7 @@
    },
    "name": "ruby",
    "publisher": "rebornix",
    "version": "0.20.0"
    "version": "0.22.3"
    },
    {
    "metadata": {
    @@ -137,7 +147,27 @@
    },
    "name": "solargraph",
    "publisher": "castwide",
    "version": "0.17.6"
    "version": "0.19.6"
    },
    {
    "metadata": {
    "id": "f39fb077-af8f-4295-ba13-d787841b2517",
    "publisherId": "rkwan94.spacemacs",
    "publisherDisplayName": "rkwan94"
    },
    "name": "spacemacs",
    "publisher": "rkwan94",
    "version": "0.0.2"
    },
    {
    "metadata": {
    "id": "5377d680-e3f1-43bc-a2a8-0386b693b58b",
    "publisherId": "cometeer.spacemacs",
    "publisherDisplayName": "cometeer"
    },
    "name": "spacemacs",
    "publisher": "cometeer",
    "version": "1.1.1"
    },
    {
    "metadata": {
    @@ -157,7 +187,17 @@
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.12.6"
    "version": "0.21.0"
    },
    {
    "metadata": {
    "id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
    "publisherId": "Equinusocio.vsc-material-theme",
    "publisherDisplayName": "Equinusocio"
    },
    "name": "vsc-material-theme",
    "publisher": "Equinusocio",
    "version": "2.9.0"
    },
    {
    "metadata": {
    @@ -167,7 +207,7 @@
    },
    "name": "vscode-ansible",
    "publisher": "vscoss",
    "version": "0.4.0"
    "version": "0.5.2"
    },
    {
    "metadata": {
    @@ -177,7 +217,7 @@
    },
    "name": "vscode-docker",
    "publisher": "PeterJausovec",
    "version": "0.2.0"
    "version": "0.6.2"
    },
    {
    "metadata": {
    @@ -197,7 +237,7 @@
    },
    "name": "vscode-jetbrains-keybindings",
    "publisher": "isudox",
    "version": "0.1.5"
    "version": "0.1.9"
    },
    {
    "metadata": {
    @@ -207,7 +247,7 @@
    },
    "name": "vscode-kubernetes-tools",
    "publisher": "ms-kubernetes-tools",
    "version": "0.1.13"
    "version": "1.0.0"
    },
    {
    "metadata": {
    @@ -217,7 +257,7 @@
    },
    "name": "vscode-yaml",
    "publisher": "redhat",
    "version": "0.0.16"
    "version": "0.4.1"
    },
    {
    "metadata": {
    2 changes: 1 addition & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,7 @@
    "rubocop": true
    },
    "editor.fontLigatures": true,
    "workbench.colorTheme": "Cobalt2",
    "workbench.colorTheme": "Spacemacs - dark",
    "sync.gist": "004cb21cc3a3ec2c530475f0b8cbf89a",
    "sync.host": "",
    "sync.pathPrefix": "",
  2. malagant revised this gist Sep 15, 2018. 2 changed files with 15 additions and 5 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-09-06T13:10:30.977Z","extensionVersion":"v3.1.2"}
    {"lastUpload":"2018-09-15T10:46:02.334Z","extensionVersion":"v3.1.2"}
    18 changes: 14 additions & 4 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -97,7 +97,17 @@
    },
    "name": "quokka-vscode",
    "publisher": "WallabyJs",
    "version": "1.0.146"
    "version": "1.0.149"
    },
    {
    "metadata": {
    "id": "d879ccb5-cbdb-45a1-bd74-5641ad0062df",
    "publisherId": "Hridoy.rails-snippets",
    "publisherDisplayName": "Hridoy"
    },
    "name": "rails-snippets",
    "publisher": "Hridoy",
    "version": "1.0.8"
    },
    {
    "metadata": {
    @@ -157,7 +167,7 @@
    },
    "name": "vscode-ansible",
    "publisher": "vscoss",
    "version": "0.3.1"
    "version": "0.4.0"
    },
    {
    "metadata": {
    @@ -167,7 +177,7 @@
    },
    "name": "vscode-docker",
    "publisher": "PeterJausovec",
    "version": "0.1.0"
    "version": "0.2.0"
    },
    {
    "metadata": {
    @@ -207,7 +217,7 @@
    },
    "name": "vscode-yaml",
    "publisher": "redhat",
    "version": "0.0.15"
    "version": "0.0.16"
    },
    {
    "metadata": {
  3. malagant revised this gist Sep 6, 2018. 2 changed files with 30 additions and 40 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-08-28T14:12:42.607Z","extensionVersion":"v3.1.0"}
    {"lastUpload":"2018-09-06T13:10:30.977Z","extensionVersion":"v3.1.2"}
    68 changes: 29 additions & 39 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -27,7 +27,7 @@
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "3.1.0"
    "version": "3.1.2"
    },
    {
    "metadata": {
    @@ -39,6 +39,16 @@
    "publisher": "eamodio",
    "version": "8.5.6"
    },
    {
    "metadata": {
    "id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
    "publisherId": "ms-vscode.Go",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "Go",
    "publisher": "ms-vscode",
    "version": "0.6.89"
    },
    {
    "metadata": {
    "id": "31dab038-d2f7-47c2-894e-5c35684dbd0e",
    @@ -51,13 +61,13 @@
    },
    {
    "metadata": {
    "id": "236ff452-49f5-47a4-8928-ab18f5b9c7bf",
    "publisherId": "eriklynd.json-tools",
    "publisherDisplayName": "eriklynd"
    "id": "8cc39c3c-c7cc-4e34-9fd4-03ae7d38aa79",
    "publisherId": "dcasella.i3",
    "publisherDisplayName": "dcasella"
    },
    "name": "json-tools",
    "publisher": "eriklynd",
    "version": "1.0.2"
    "name": "i3",
    "publisher": "dcasella",
    "version": "0.0.1"
    },
    {
    "metadata": {
    @@ -69,16 +79,6 @@
    "publisher": "heptio",
    "version": "0.1.0"
    },
    {
    "metadata": {
    "id": "120f24e6-01d2-498e-94ac-9a93cb43c26f",
    "publisherId": "xrc-inc.jsonnet-formatter",
    "publisherDisplayName": "xrc-inc"
    },
    "name": "jsonnet-formatter",
    "publisher": "xrc-inc",
    "version": "0.2.2"
    },
    {
    "metadata": {
    "id": "d4d8d0a4-54f0-4f10-b8fb-b53f1575c53c",
    @@ -89,6 +89,16 @@
    "publisher": "keyring",
    "version": "0.0.9"
    },
    {
    "metadata": {
    "id": "aae0701b-111f-49c1-9000-abd37a442f28",
    "publisherId": "WallabyJs.quokka-vscode",
    "publisherDisplayName": "WallabyJs"
    },
    "name": "quokka-vscode",
    "publisher": "WallabyJs",
    "version": "1.0.146"
    },
    {
    "metadata": {
    "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
    @@ -99,26 +109,6 @@
    "publisher": "rebornix",
    "version": "0.20.0"
    },
    {
    "metadata": {
    "id": "867c2662-4ce0-4736-a22c-69975925a0c6",
    "publisherId": "misogi.ruby-rubocop",
    "publisherDisplayName": "misogi"
    },
    "name": "ruby-rubocop",
    "publisher": "misogi",
    "version": "0.7.0"
    },
    {
    "metadata": {
    "id": "dabdca65-a72d-450f-9583-46f8d3816c90",
    "publisherId": "siliconsenthil.rufo-vscode",
    "publisherDisplayName": "siliconsenthil"
    },
    "name": "rufo-vscode",
    "publisher": "siliconsenthil",
    "version": "0.0.3"
    },
    {
    "metadata": {
    "id": "56a57ae2-56b7-4053-a3e0-897e198f0d03",
    @@ -207,7 +197,7 @@
    },
    "name": "vscode-kubernetes-tools",
    "publisher": "ms-kubernetes-tools",
    "version": "0.1.12"
    "version": "0.1.13"
    },
    {
    "metadata": {
    @@ -217,7 +207,7 @@
    },
    "name": "vscode-yaml",
    "publisher": "redhat",
    "version": "0.0.14"
    "version": "0.0.15"
    },
    {
    "metadata": {
  4. malagant revised this gist Aug 28, 2018. 3 changed files with 38 additions and 87 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-08-28T09:07:52.490Z","extensionVersion":"v3.1.0"}
    {"lastUpload":"2018-08-28T14:12:42.607Z","extensionVersion":"v3.1.0"}
    120 changes: 35 additions & 85 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -29,16 +29,6 @@
    "publisher": "Shan",
    "version": "3.1.0"
    },
    {
    "metadata": {
    "id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
    "publisherId": "mikestead.dotenv",
    "publisherDisplayName": "mikestead"
    },
    "name": "dotenv",
    "publisher": "mikestead",
    "version": "1.0.1"
    },
    {
    "metadata": {
    "id": "4de763bd-505d-4978-9575-2b7696ecf94e",
    @@ -49,16 +39,6 @@
    "publisher": "eamodio",
    "version": "8.5.6"
    },
    {
    "metadata": {
    "id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
    "publisherId": "ms-vscode.Go",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "Go",
    "publisher": "ms-vscode",
    "version": "0.6.88"
    },
    {
    "metadata": {
    "id": "31dab038-d2f7-47c2-894e-5c35684dbd0e",
    @@ -71,13 +51,13 @@
    },
    {
    "metadata": {
    "id": "198a707e-28af-4e84-8610-6e2f628dd12d",
    "publisherId": "redhat.java",
    "publisherDisplayName": "redhat"
    "id": "236ff452-49f5-47a4-8928-ab18f5b9c7bf",
    "publisherId": "eriklynd.json-tools",
    "publisherDisplayName": "eriklynd"
    },
    "name": "java",
    "publisher": "redhat",
    "version": "0.29.0"
    "name": "json-tools",
    "publisher": "eriklynd",
    "version": "1.0.2"
    },
    {
    "metadata": {
    @@ -89,6 +69,16 @@
    "publisher": "heptio",
    "version": "0.1.0"
    },
    {
    "metadata": {
    "id": "120f24e6-01d2-498e-94ac-9a93cb43c26f",
    "publisherId": "xrc-inc.jsonnet-formatter",
    "publisherDisplayName": "xrc-inc"
    },
    "name": "jsonnet-formatter",
    "publisher": "xrc-inc",
    "version": "0.2.2"
    },
    {
    "metadata": {
    "id": "d4d8d0a4-54f0-4f10-b8fb-b53f1575c53c",
    @@ -101,33 +91,33 @@
    },
    {
    "metadata": {
    "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
    "publisherId": "esbenp.prettier-vscode",
    "publisherDisplayName": "esbenp"
    "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
    "publisherId": "rebornix.ruby",
    "publisherDisplayName": "rebornix"
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "1.6.1"
    "name": "ruby",
    "publisher": "rebornix",
    "version": "0.20.0"
    },
    {
    "metadata": {
    "id": "aae0701b-111f-49c1-9000-abd37a442f28",
    "publisherId": "WallabyJs.quokka-vscode",
    "publisherDisplayName": "WallabyJs"
    "id": "867c2662-4ce0-4736-a22c-69975925a0c6",
    "publisherId": "misogi.ruby-rubocop",
    "publisherDisplayName": "misogi"
    },
    "name": "quokka-vscode",
    "publisher": "WallabyJs",
    "version": "1.0.143"
    "name": "ruby-rubocop",
    "publisher": "misogi",
    "version": "0.7.0"
    },
    {
    "metadata": {
    "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
    "publisherId": "rebornix.ruby",
    "publisherDisplayName": "rebornix"
    "id": "dabdca65-a72d-450f-9583-46f8d3816c90",
    "publisherId": "siliconsenthil.rufo-vscode",
    "publisherDisplayName": "siliconsenthil"
    },
    "name": "ruby",
    "publisher": "rebornix",
    "version": "0.20.0"
    "name": "rufo-vscode",
    "publisher": "siliconsenthil",
    "version": "0.0.3"
    },
    {
    "metadata": {
    @@ -199,26 +189,6 @@
    "publisher": "mrmlnc",
    "version": "1.2.1"
    },
    {
    "metadata": {
    "id": "61fcd0cf-64d7-4836-8d6b-d55f4fb83281",
    "publisherId": "vscjava.vscode-java-debug",
    "publisherDisplayName": "vscjava"
    },
    "name": "vscode-java-debug",
    "publisher": "vscjava",
    "version": "0.11.0"
    },
    {
    "metadata": {
    "id": "67c06b0d-1891-42ca-b2a8-113e79bff069",
    "publisherId": "vscjava.vscode-java-test",
    "publisherDisplayName": "vscjava"
    },
    "name": "vscode-java-test",
    "publisher": "vscjava",
    "version": "0.8.0"
    },
    {
    "metadata": {
    "id": "6bd47346-1513-4798-82ce-9e7aa51bac28",
    @@ -239,26 +209,6 @@
    "publisher": "ms-kubernetes-tools",
    "version": "0.1.12"
    },
    {
    "metadata": {
    "id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
    "publisherId": "DavidAnson.vscode-markdownlint",
    "publisherDisplayName": "DavidAnson"
    },
    "name": "vscode-markdownlint",
    "publisher": "DavidAnson",
    "version": "0.20.0"
    },
    {
    "metadata": {
    "id": "3262c42b-a248-4b97-9f4d-5a6812bac132",
    "publisherId": "midnightsyntax.vscode-wrap-console-log",
    "publisherDisplayName": "midnightsyntax"
    },
    "name": "vscode-wrap-console-log",
    "publisher": "midnightsyntax",
    "version": "1.6.2"
    },
    {
    "metadata": {
    "id": "2061917f-f76a-458a-8da9-f162de22b97e",
    @@ -267,7 +217,7 @@
    },
    "name": "vscode-yaml",
    "publisher": "redhat",
    "version": "0.0.15"
    "version": "0.0.14"
    },
    {
    "metadata": {
    3 changes: 2 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -43,5 +43,6 @@
    "gitlens.defaultDateStyle": "absolute",
    "gitlens.settings.mode": "advanced",
    "editor.minimap.enabled": false,
    "jsonnet.executablePath": "/usr/local/bin/ks"
    "jsonnet.executablePath": "/usr/local/bin/ks",
    "explorer.openEditors.visible": 0
    }
  5. malagant revised this gist Aug 28, 2018. 2 changed files with 31 additions and 11 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-08-20T09:09:51.760Z","extensionVersion":"v3.0.0"}
    {"lastUpload":"2018-08-28T09:07:52.490Z","extensionVersion":"v3.1.0"}
    40 changes: 30 additions & 10 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -27,7 +27,17 @@
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "3.0.0"
    "version": "3.1.0"
    },
    {
    "metadata": {
    "id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
    "publisherId": "mikestead.dotenv",
    "publisherDisplayName": "mikestead"
    },
    "name": "dotenv",
    "publisher": "mikestead",
    "version": "1.0.1"
    },
    {
    "metadata": {
    @@ -37,7 +47,7 @@
    },
    "name": "gitlens",
    "publisher": "eamodio",
    "version": "8.5.4"
    "version": "8.5.6"
    },
    {
    "metadata": {
    @@ -47,17 +57,17 @@
    },
    "name": "Go",
    "publisher": "ms-vscode",
    "version": "0.6.87"
    "version": "0.6.88"
    },
    {
    "metadata": {
    "id": "3d48b57c-1cf7-41d3-858c-2e6d926f2960",
    "publisherId": "vayan.haml",
    "publisherDisplayName": "vayan"
    "id": "31dab038-d2f7-47c2-894e-5c35684dbd0e",
    "publisherId": "karunamurti.haml",
    "publisherDisplayName": "karunamurti"
    },
    "name": "haml",
    "publisher": "vayan",
    "version": "1.0.1"
    "publisher": "karunamurti",
    "version": "1.1.0"
    },
    {
    "metadata": {
    @@ -107,7 +117,7 @@
    },
    "name": "quokka-vscode",
    "publisher": "WallabyJs",
    "version": "1.0.136"
    "version": "1.0.143"
    },
    {
    "metadata": {
    @@ -239,6 +249,16 @@
    "publisher": "DavidAnson",
    "version": "0.20.0"
    },
    {
    "metadata": {
    "id": "3262c42b-a248-4b97-9f4d-5a6812bac132",
    "publisherId": "midnightsyntax.vscode-wrap-console-log",
    "publisherDisplayName": "midnightsyntax"
    },
    "name": "vscode-wrap-console-log",
    "publisher": "midnightsyntax",
    "version": "1.6.2"
    },
    {
    "metadata": {
    "id": "2061917f-f76a-458a-8da9-f162de22b97e",
    @@ -247,7 +267,7 @@
    },
    "name": "vscode-yaml",
    "publisher": "redhat",
    "version": "0.0.14"
    "version": "0.0.15"
    },
    {
    "metadata": {
  6. malagant revised this gist Aug 20, 2018. 4 changed files with 79 additions and 8 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-08-16T08:21:12.271Z","extensionVersion":"v3.0.0"}
    {"lastUpload":"2018-08-20T09:09:51.760Z","extensionVersion":"v3.0.0"}
    80 changes: 75 additions & 5 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -41,13 +41,33 @@
    },
    {
    "metadata": {
    "id": "31dab038-d2f7-47c2-894e-5c35684dbd0e",
    "publisherId": "karunamurti.haml",
    "publisherDisplayName": "karunamurti"
    "id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
    "publisherId": "ms-vscode.Go",
    "publisherDisplayName": "ms-vscode"
    },
    "name": "Go",
    "publisher": "ms-vscode",
    "version": "0.6.87"
    },
    {
    "metadata": {
    "id": "3d48b57c-1cf7-41d3-858c-2e6d926f2960",
    "publisherId": "vayan.haml",
    "publisherDisplayName": "vayan"
    },
    "name": "haml",
    "publisher": "karunamurti",
    "version": "1.1.0"
    "publisher": "vayan",
    "version": "1.0.1"
    },
    {
    "metadata": {
    "id": "198a707e-28af-4e84-8610-6e2f628dd12d",
    "publisherId": "redhat.java",
    "publisherDisplayName": "redhat"
    },
    "name": "java",
    "publisher": "redhat",
    "version": "0.29.0"
    },
    {
    "metadata": {
    @@ -69,6 +89,26 @@
    "publisher": "keyring",
    "version": "0.0.9"
    },
    {
    "metadata": {
    "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
    "publisherId": "esbenp.prettier-vscode",
    "publisherDisplayName": "esbenp"
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "1.6.1"
    },
    {
    "metadata": {
    "id": "aae0701b-111f-49c1-9000-abd37a442f28",
    "publisherId": "WallabyJs.quokka-vscode",
    "publisherDisplayName": "WallabyJs"
    },
    "name": "quokka-vscode",
    "publisher": "WallabyJs",
    "version": "1.0.136"
    },
    {
    "metadata": {
    "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
    @@ -149,6 +189,26 @@
    "publisher": "mrmlnc",
    "version": "1.2.1"
    },
    {
    "metadata": {
    "id": "61fcd0cf-64d7-4836-8d6b-d55f4fb83281",
    "publisherId": "vscjava.vscode-java-debug",
    "publisherDisplayName": "vscjava"
    },
    "name": "vscode-java-debug",
    "publisher": "vscjava",
    "version": "0.11.0"
    },
    {
    "metadata": {
    "id": "67c06b0d-1891-42ca-b2a8-113e79bff069",
    "publisherId": "vscjava.vscode-java-test",
    "publisherDisplayName": "vscjava"
    },
    "name": "vscode-java-test",
    "publisher": "vscjava",
    "version": "0.8.0"
    },
    {
    "metadata": {
    "id": "6bd47346-1513-4798-82ce-9e7aa51bac28",
    @@ -169,6 +229,16 @@
    "publisher": "ms-kubernetes-tools",
    "version": "0.1.12"
    },
    {
    "metadata": {
    "id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
    "publisherId": "DavidAnson.vscode-markdownlint",
    "publisherDisplayName": "DavidAnson"
    },
    "name": "vscode-markdownlint",
    "publisher": "DavidAnson",
    "version": "0.20.0"
    },
    {
    "metadata": {
    "id": "2061917f-f76a-458a-8da9-f162de22b97e",
    4 changes: 2 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -29,8 +29,8 @@
    "sync.syncExtensions": true,
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastUpload": "2018-08-15T10:04:20.850Z",
    "sync.lastDownload": "2018-08-15T13:27:35.665Z",
    "sync.lastUpload": "2018-06-23T10:46:54.961Z",
    "sync.lastDownload": "2018-08-16T08:21:12.271Z",
    "sync.forceDownload": false,
    "vs-kubernetes": {
    "vs-kubernetes.kubectl-path": "/home/mjohann/.vs-kubernetes/tools/kubectl/kubectl",
    1 change: 1 addition & 0 deletions vsicons.settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {"version":"7.25.0","status":2,"welcomeShown":true}
  7. malagant revised this gist Aug 16, 2018. 3 changed files with 14 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-08-15T13:27:35.665Z","extensionVersion":"v3.0.0"}
    {"lastUpload":"2018-08-16T08:21:12.271Z","extensionVersion":"v3.0.0"}
    10 changes: 10 additions & 0 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -49,6 +49,16 @@
    "publisher": "karunamurti",
    "version": "1.1.0"
    },
    {
    "metadata": {
    "id": "c6bcc110-1525-47e3-90c6-cd80fb1bf56e",
    "publisherId": "heptio.jsonnet",
    "publisherDisplayName": "heptio"
    },
    "name": "jsonnet",
    "publisher": "heptio",
    "version": "0.1.0"
    },
    {
    "metadata": {
    "id": "d4d8d0a4-54f0-4f10-b8fb-b53f1575c53c",
    5 changes: 3 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -30,7 +30,7 @@
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastUpload": "2018-08-15T10:04:20.850Z",
    "sync.lastDownload": "2018-06-25T04:24:52.809Z",
    "sync.lastDownload": "2018-08-15T13:27:35.665Z",
    "sync.forceDownload": false,
    "vs-kubernetes": {
    "vs-kubernetes.kubectl-path": "/home/mjohann/.vs-kubernetes/tools/kubectl/kubectl",
    @@ -42,5 +42,6 @@
    },
    "gitlens.defaultDateStyle": "absolute",
    "gitlens.settings.mode": "advanced",
    "editor.minimap.enabled": false
    "editor.minimap.enabled": false,
    "jsonnet.executablePath": "/usr/local/bin/ks"
    }
  8. malagant revised this gist Aug 15, 2018. 3 changed files with 12 additions and 2 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-08-15T10:04:20.850Z","extensionVersion":"v3.0.0"}
    {"lastUpload":"2018-08-15T13:27:35.665Z","extensionVersion":"v3.0.0"}
    10 changes: 10 additions & 0 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -49,6 +49,16 @@
    "publisher": "karunamurti",
    "version": "1.1.0"
    },
    {
    "metadata": {
    "id": "d4d8d0a4-54f0-4f10-b8fb-b53f1575c53c",
    "publisherId": "keyring.Lua",
    "publisherDisplayName": "keyring"
    },
    "name": "Lua",
    "publisher": "keyring",
    "version": "0.0.9"
    },
    {
    "metadata": {
    "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
    2 changes: 1 addition & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -29,7 +29,7 @@
    "sync.syncExtensions": true,
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastUpload": "2018-08-15T09:26:00.833Z",
    "sync.lastUpload": "2018-08-15T10:04:20.850Z",
    "sync.lastDownload": "2018-06-25T04:24:52.809Z",
    "sync.forceDownload": false,
    "vs-kubernetes": {
  9. malagant revised this gist Aug 15, 2018. 2 changed files with 2 additions and 2 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-08-15T09:26:00.833Z","extensionVersion":"v3.0.0"}
    {"lastUpload":"2018-08-15T10:04:20.850Z","extensionVersion":"v3.0.0"}
    2 changes: 1 addition & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -29,7 +29,7 @@
    "sync.syncExtensions": true,
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastUpload": "2018-08-13T10:27:55.959Z",
    "sync.lastUpload": "2018-08-15T09:26:00.833Z",
    "sync.lastDownload": "2018-06-25T04:24:52.809Z",
    "sync.forceDownload": false,
    "vs-kubernetes": {
  10. malagant revised this gist Aug 15, 2018. 4 changed files with 45 additions and 4 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-08-13T10:27:55.959Z","extensionVersion":"v3.0.0"}
    {"lastUpload":"2018-08-15T09:26:00.833Z","extensionVersion":"v3.0.0"}
    30 changes: 30 additions & 0 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -39,6 +39,16 @@
    "publisher": "eamodio",
    "version": "8.5.4"
    },
    {
    "metadata": {
    "id": "31dab038-d2f7-47c2-894e-5c35684dbd0e",
    "publisherId": "karunamurti.haml",
    "publisherDisplayName": "karunamurti"
    },
    "name": "haml",
    "publisher": "karunamurti",
    "version": "1.1.0"
    },
    {
    "metadata": {
    "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
    @@ -59,6 +69,16 @@
    "publisher": "vortizhe",
    "version": "0.2.1"
    },
    {
    "metadata": {
    "id": "349e83e2-207c-4309-a8d2-dfa43f7ee0c9",
    "publisherId": "castwide.solargraph",
    "publisherDisplayName": "castwide"
    },
    "name": "solargraph",
    "publisher": "castwide",
    "version": "0.17.6"
    },
    {
    "metadata": {
    "id": "fb374ce1-5343-46c8-a425-900fdad15523",
    @@ -89,6 +109,16 @@
    "publisher": "vscoss",
    "version": "0.3.1"
    },
    {
    "metadata": {
    "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
    "publisherId": "PeterJausovec.vscode-docker",
    "publisherDisplayName": "PeterJausovec"
    },
    "name": "vscode-docker",
    "publisher": "PeterJausovec",
    "version": "0.1.0"
    },
    {
    "metadata": {
    "id": "03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4",
    12 changes: 11 additions & 1 deletion keybindings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,11 @@
    // Empty
    // Place your key bindings in this file to overwrite the defaults
    [
    {
    "key": "ctrl+shift+[Comma]",
    "command": "erb.toggleTags"
    },
    {
    "key": "ctrl+shift+w",
    "command": "-workbench.action.closeWindow"
    }
    ]
    5 changes: 3 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -29,7 +29,7 @@
    "sync.syncExtensions": true,
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastUpload": "2018-08-11T19:11:03.543Z",
    "sync.lastUpload": "2018-08-13T10:27:55.959Z",
    "sync.lastDownload": "2018-06-25T04:24:52.809Z",
    "sync.forceDownload": false,
    "vs-kubernetes": {
    @@ -41,5 +41,6 @@
    "suppressShowKeyBindingsNotice": true
    },
    "gitlens.defaultDateStyle": "absolute",
    "gitlens.settings.mode": "advanced"
    "gitlens.settings.mode": "advanced",
    "editor.minimap.enabled": false
    }
  11. malagant revised this gist Aug 13, 2018. 3 changed files with 19 additions and 4 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-08-11T19:11:03.543Z","extensionVersion":"v3.0.0"}
    {"lastUpload":"2018-08-13T10:27:55.959Z","extensionVersion":"v3.0.0"}
    12 changes: 11 additions & 1 deletion extensions.json
    Original file line number Diff line number Diff line change
    @@ -29,6 +29,16 @@
    "publisher": "Shan",
    "version": "3.0.0"
    },
    {
    "metadata": {
    "id": "4de763bd-505d-4978-9575-2b7696ecf94e",
    "publisherId": "eamodio.gitlens",
    "publisherDisplayName": "eamodio"
    },
    "name": "gitlens",
    "publisher": "eamodio",
    "version": "8.5.4"
    },
    {
    "metadata": {
    "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
    @@ -107,7 +117,7 @@
    },
    "name": "vscode-kubernetes-tools",
    "publisher": "ms-kubernetes-tools",
    "version": "0.1.11"
    "version": "0.1.12"
    },
    {
    "metadata": {
    9 changes: 7 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -29,12 +29,17 @@
    "sync.syncExtensions": true,
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastUpload": "",
    "sync.lastUpload": "2018-08-11T19:11:03.543Z",
    "sync.lastDownload": "2018-06-25T04:24:52.809Z",
    "sync.forceDownload": false,
    "vs-kubernetes": {
    "vs-kubernetes.kubectl-path": "/home/mjohann/.vs-kubernetes/tools/kubectl/kubectl",
    "vs-kubernetes.helm-path": "/home/mjohann/.vs-kubernetes/tools/helm/linux-amd64/helm",
    "vs-kubernetes.draft-path": "/home/mjohann/.vs-kubernetes/tools/draft/linux-amd64/draft"
    }
    },
    "gitlens.advanced.messages": {
    "suppressShowKeyBindingsNotice": true
    },
    "gitlens.defaultDateStyle": "absolute",
    "gitlens.settings.mode": "advanced"
    }
  12. malagant revised this gist Aug 11, 2018. 3 changed files with 35 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-06-25T04:24:52.809Z","extensionVersion":"v2.9.2"}
    {"lastUpload":"2018-08-11T19:11:03.543Z","extensionVersion":"v3.0.0"}
    32 changes: 26 additions & 6 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -27,17 +27,17 @@
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "2.9.2"
    "version": "3.0.0"
    },
    {
    "metadata": {
    "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
    "publisherId": "rebornix.Ruby",
    "publisherId": "rebornix.ruby",
    "publisherDisplayName": "rebornix"
    },
    "name": "Ruby",
    "name": "ruby",
    "publisher": "rebornix",
    "version": "0.18.0"
    "version": "0.20.0"
    },
    {
    "metadata": {
    @@ -67,7 +67,7 @@
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.12.5"
    "version": "0.12.6"
    },
    {
    "metadata": {
    @@ -77,7 +77,7 @@
    },
    "name": "vscode-ansible",
    "publisher": "vscoss",
    "version": "0.2.6"
    "version": "0.3.1"
    },
    {
    "metadata": {
    @@ -99,6 +99,26 @@
    "publisher": "isudox",
    "version": "0.1.5"
    },
    {
    "metadata": {
    "id": "4837e4f3-1b01-4732-b1a6-daa57ef64cab",
    "publisherId": "ms-kubernetes-tools.vscode-kubernetes-tools",
    "publisherDisplayName": "ms-kubernetes-tools"
    },
    "name": "vscode-kubernetes-tools",
    "publisher": "ms-kubernetes-tools",
    "version": "0.1.11"
    },
    {
    "metadata": {
    "id": "2061917f-f76a-458a-8da9-f162de22b97e",
    "publisherId": "redhat.vscode-yaml",
    "publisherDisplayName": "redhat"
    },
    "name": "vscode-yaml",
    "publisher": "redhat",
    "version": "0.0.14"
    },
    {
    "metadata": {
    "id": "4c808376-20ec-41d4-a934-f7601552c4f1",
    11 changes: 8 additions & 3 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    {
    "editor.fontSize": 18,
    "editor.fontSize": 20,
    "editor.fontFamily": "Fira Code",
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.formatOnPaste": true,
    @@ -30,6 +30,11 @@
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastUpload": "",
    "sync.lastDownload": "",
    "sync.forceDownload": false
    "sync.lastDownload": "2018-06-25T04:24:52.809Z",
    "sync.forceDownload": false,
    "vs-kubernetes": {
    "vs-kubernetes.kubectl-path": "/home/mjohann/.vs-kubernetes/tools/kubectl/kubectl",
    "vs-kubernetes.helm-path": "/home/mjohann/.vs-kubernetes/tools/helm/linux-amd64/helm",
    "vs-kubernetes.draft-path": "/home/mjohann/.vs-kubernetes/tools/draft/linux-amd64/draft"
    }
    }
  13. malagant revised this gist Jun 25, 2018. 5 changed files with 55 additions and 363 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    {"lastUpload":"2018-06-23T10:46:54.961Z","extensionVersion":"v2.9.2"}
    {"lastUpload":"2018-06-25T04:24:52.809Z","extensionVersion":"v2.9.2"}
    334 changes: 12 additions & 322 deletions extensions.json
    Original file line number Diff line number Diff line change
    @@ -11,53 +11,13 @@
    },
    {
    "metadata": {
    "id": "70378119-1d85-4935-9733-0298c7a369a2",
    "publisherId": "steoates.autoimport",
    "publisherDisplayName": "steoates"
    "id": "a13b548d-0631-44fb-99ee-b398ab61c9bc",
    "publisherId": "dhoeric.ansible-vault",
    "publisherDisplayName": "dhoeric"
    },
    "name": "autoimport",
    "publisher": "steoates",
    "version": "1.5.3"
    },
    {
    "metadata": {
    "id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
    "publisherId": "HookyQR.beautify",
    "publisherDisplayName": "HookyQR"
    },
    "name": "beautify",
    "publisher": "HookyQR",
    "version": "1.3.2"
    },
    {
    "metadata": {
    "id": "464f4ac7-af65-4aa9-9907-4ba7fa419085",
    "publisherId": "bungcip.better-toml",
    "publisherDisplayName": "bungcip"
    },
    "name": "better-toml",
    "publisher": "bungcip",
    "version": "0.3.2"
    },
    {
    "metadata": {
    "id": "c529c9f4-005a-45b0-9fb9-89e0d9b8b990",
    "publisherId": "Anjali.clipboard-history",
    "publisherDisplayName": "Anjali"
    },
    "name": "clipboard-history",
    "publisher": "Anjali",
    "version": "1.0.7"
    },
    {
    "metadata": {
    "id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
    "publisherId": "formulahendry.code-runner",
    "publisherDisplayName": "formulahendry"
    },
    "name": "code-runner",
    "publisher": "formulahendry",
    "version": "0.9.3"
    "name": "ansible-vault",
    "publisher": "dhoeric",
    "version": "0.1.3"
    },
    {
    "metadata": {
    @@ -69,196 +29,6 @@
    "publisher": "Shan",
    "version": "2.9.2"
    },
    {
    "metadata": {
    "id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
    "publisherId": "naumovs.color-highlight",
    "publisherDisplayName": "naumovs"
    },
    "name": "color-highlight",
    "publisher": "naumovs",
    "version": "2.3.0"
    },
    {
    "metadata": {
    "id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
    "publisherId": "msjsdiag.debugger-for-chrome",
    "publisherDisplayName": "msjsdiag"
    },
    "name": "debugger-for-chrome",
    "publisher": "msjsdiag",
    "version": "4.6.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.4"
    },
    {
    "metadata": {
    "id": "3b43ebaf-c489-45c5-b209-c421bdb56e84",
    "publisherId": "ZneuRay.erb-vscode-snippets",
    "publisherDisplayName": "ZneuRay"
    },
    "name": "erb-vscode-snippets",
    "publisher": "ZneuRay",
    "version": "0.0.4"
    },
    {
    "metadata": {
    "id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
    "publisherId": "donjayamanne.githistory",
    "publisherDisplayName": "donjayamanne"
    },
    "name": "githistory",
    "publisher": "donjayamanne",
    "version": "0.4.1"
    },
    {
    "metadata": {
    "id": "4de763bd-505d-4978-9575-2b7696ecf94e",
    "publisherId": "eamodio.gitlens",
    "publisherDisplayName": "eamodio"
    },
    "name": "gitlens",
    "publisher": "eamodio",
    "version": "8.4.1"
    },
    {
    "metadata": {
    "id": "3d48b57c-1cf7-41d3-858c-2e6d926f2960",
    "publisherId": "vayan.haml",
    "publisherDisplayName": "vayan"
    },
    "name": "haml",
    "publisher": "vayan",
    "version": "1.0.1"
    },
    {
    "metadata": {
    "id": "f30b63fa-e34a-40af-a573-5de5ecfb6c5e",
    "publisherId": "k--kato.intellij-idea-keybindings",
    "publisherDisplayName": "k--kato"
    },
    "name": "intellij-idea-keybindings",
    "publisher": "k--kato",
    "version": "0.2.24"
    },
    {
    "metadata": {
    "id": "73ea9700-8caa-44b4-b75a-db021e086265",
    "publisherId": "caarlos0.language-prometheus",
    "publisherDisplayName": "caarlos0"
    },
    "name": "language-prometheus",
    "publisher": "caarlos0",
    "version": "0.1.2"
    },
    {
    "metadata": {
    "id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
    "publisherId": "shd101wyy.markdown-preview-enhanced",
    "publisherDisplayName": "shd101wyy"
    },
    "name": "markdown-preview-enhanced",
    "publisher": "shd101wyy",
    "version": "0.3.5"
    },
    {
    "metadata": {
    "id": "5db78037-f674-459f-a236-db622c427c5b",
    "publisherId": "PKief.material-icon-theme",
    "publisherDisplayName": "PKief"
    },
    "name": "material-icon-theme",
    "publisher": "PKief",
    "version": "3.5.0"
    },
    {
    "metadata": {
    "id": "4bf45e86-a448-4531-8c01-ef33f4536306",
    "publisherId": "ms-mssql.mssql",
    "publisherDisplayName": "ms-mssql"
    },
    "name": "mssql",
    "publisher": "ms-mssql",
    "version": "1.3.1"
    },
    {
    "metadata": {
    "id": "c5a0e020-41e5-4180-aadc-85aa7c4e0517",
    "publisherId": "jithurjacob.nbpreviewer",
    "publisherDisplayName": "jithurjacob"
    },
    "name": "nbpreviewer",
    "publisher": "jithurjacob",
    "version": "1.0.0"
    },
    {
    "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": "4386e6f6-ec10-4463-9d23-c24278718947",
    "publisherId": "tomoki1207.pdf",
    "publisherDisplayName": "tomoki1207"
    },
    "name": "pdf",
    "publisher": "tomoki1207",
    "version": "0.3.0"
    },
    {
    "metadata": {
    "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
    "publisherId": "esbenp.prettier-vscode",
    "publisherDisplayName": "esbenp"
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "1.5.0"
    },
    {
    "metadata": {
    "id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
    "publisherId": "ms-python.python",
    "publisherDisplayName": "ms-python"
    },
    "name": "python",
    "publisher": "ms-python",
    "version": "2018.6.0"
    },
    {
    "metadata": {
    "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
    @@ -269,16 +39,6 @@
    "publisher": "rebornix",
    "version": "0.18.0"
    },
    {
    "metadata": {
    "id": "e52bce95-a629-455f-8626-e7301b9e372a",
    "publisherId": "robinbentley.sass-indented",
    "publisherDisplayName": "robinbentley"
    },
    "name": "sass-indented",
    "publisher": "robinbentley",
    "version": "1.4.9"
    },
    {
    "metadata": {
    "id": "56a57ae2-56b7-4053-a3e0-897e198f0d03",
    @@ -289,26 +49,6 @@
    "publisher": "vortizhe",
    "version": "0.2.1"
    },
    {
    "metadata": {
    "id": "349e83e2-207c-4309-a8d2-dfa43f7ee0c9",
    "publisherId": "castwide.solargraph",
    "publisherDisplayName": "castwide"
    },
    "name": "solargraph",
    "publisher": "castwide",
    "version": "0.17.4"
    },
    {
    "metadata": {
    "id": "4a23294b-fd16-4c51-9759-da9936474cf8",
    "publisherId": "mauve.terraform",
    "publisherDisplayName": "mauve"
    },
    "name": "terraform",
    "publisher": "mauve",
    "version": "1.2.0"
    },
    {
    "metadata": {
    "id": "fb374ce1-5343-46c8-a425-900fdad15523",
    @@ -339,26 +79,6 @@
    "publisher": "vscoss",
    "version": "0.2.6"
    },
    {
    "metadata": {
    "id": "70a45fa6-2772-42a0-91b0-515caafa49b5",
    "publisherId": "bajdzis.vscode-database",
    "publisherDisplayName": "bajdzis"
    },
    "name": "vscode-database",
    "publisher": "bajdzis",
    "version": "1.5.1"
    },
    {
    "metadata": {
    "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
    "publisherId": "PeterJausovec.vscode-docker",
    "publisherDisplayName": "PeterJausovec"
    },
    "name": "vscode-docker",
    "publisher": "PeterJausovec",
    "version": "0.0.27"
    },
    {
    "metadata": {
    "id": "03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4",
    @@ -369,26 +89,6 @@
    "publisher": "mrmlnc",
    "version": "1.2.1"
    },
    {
    "metadata": {
    "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
    "publisherId": "dbaeumer.vscode-eslint",
    "publisherDisplayName": "dbaeumer"
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "1.4.12"
    },
    {
    "metadata": {
    "id": "1df74841-b5d4-4e61-b722-c92ea21b0427",
    "publisherId": "ryannaddy.vscode-format",
    "publisherDisplayName": "ryannaddy"
    },
    "name": "vscode-format",
    "publisher": "ryannaddy",
    "version": "0.0.6"
    },
    {
    "metadata": {
    "id": "6bd47346-1513-4798-82ce-9e7aa51bac28",
    @@ -401,22 +101,12 @@
    },
    {
    "metadata": {
    "id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
    "publisherId": "DavidAnson.vscode-markdownlint",
    "publisherDisplayName": "DavidAnson"
    "id": "4c808376-20ec-41d4-a934-f7601552c4f1",
    "publisherId": "jcbuisson.vue",
    "publisherDisplayName": "jcbuisson"
    },
    "name": "vscode-markdownlint",
    "publisher": "DavidAnson",
    "version": "0.18.0"
    },
    {
    "metadata": {
    "id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
    "publisherId": "tombonnike.vscode-status-bar-format-toggle",
    "publisherDisplayName": "tombonnike"
    },
    "name": "vscode-status-bar-format-toggle",
    "publisher": "tombonnike",
    "version": "1.4.0"
    "name": "vue",
    "publisher": "jcbuisson",
    "version": "0.1.5"
    }
    ]
    16 changes: 5 additions & 11 deletions keybindingsMac.json
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,7 @@
    // Place your key bindings in this file to overwrite the defaults
    [
    {
    "key": "ctrl+alt+l",
    "command": "editor.action.formatDocument",
    "when": "editorLangId == 'ruby'"
    },
    {
    "key": "shift+cmd+[Period]",
    "command": "erb.toggleTags",
    "when": "editorTextFocus && editorLangId == 'erb'"
    }
    [{
    "key": "shift+cmd+[Period]",
    "command": "erb.toggleTags",
    "when": "editorTextFocus"
    }
    ]
    51 changes: 22 additions & 29 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,42 +1,35 @@
    {
    "editor.fontSize": 20,
    "editor.fontSize": 18,
    "editor.fontFamily": "Fira Code",
    "jetbrainsKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.formatOnPaste": true,
    "window.zoomLevel": 0,
    "files.autoSave": "onFocusChange",
    "terminal.integrated.fontSize": 18,
    "files.autoSave": "onFocusChange",
    "git.enableSmartCommit": true,
    "gitlens.keymap": "alternate",
    "workbench.startupEditor": "newUntitledFile",
    "workbench.iconTheme": "material-icon-theme",
    "gitlens.advanced.messages": {
    "suppressCommitHasNoPreviousCommitWarning": false,
    "suppressCommitNotFoundWarning": false,
    "suppressFileNotUnderSourceControlWarning": false,
    "suppressGitVersionWarning": false,
    "suppressLineUncommittedWarning": false,
    "suppressNoRepositoryWarning": false,
    "suppressResultsExplorerNotice": false,
    "suppressShowKeyBindingsNotice": true
    "git.autofetch": true,
    "emmet.triggerExpansionOnTab": true,
    "emmet.includeLanguages": {
    "javascript": "javascriptreact"
    },
    "ruby.codeCompletion": "rcodetools",
    "workbench.startupEditor": "newUntitledFile",
    "explorer.confirmDelete": false,
    "emmet.triggerExpansionOnTab": true,
    "eslint.packageManager": "yarn",
    "workbench.editor.enablePreviewFromQuickOpen": false,
    "workbench.quickOpen.closeOnFocusLost": false,
    "gitlens.historyExplorer.enabled": true,
    "terminal.integrated.rendererType": "dom",
    "ruby.intellisense": "rubyLocate",
    "ruby.lint": {
    "rubocop": true
    },
    "editor.fontLigatures": true,
    "editor.formatOnSave": true,
    "editor.parameterHints": false,
    "editor.showFoldingControls": "mouseover",
    "workbench.colorTheme": "Cobalt2",
    "editor.formatOnType": false,
    "[javascript]": {
    "editor.formatOnSave": true
    }
    "sync.gist": "004cb21cc3a3ec2c530475f0b8cbf89a",
    "sync.host": "",
    "sync.pathPrefix": "",
    "sync.quietSync": false,
    "sync.askGistName": false,
    "sync.removeExtensions": true,
    "sync.syncExtensions": true,
    "sync.autoDownload": false,
    "sync.autoUpload": false,
    "sync.lastUpload": "",
    "sync.lastDownload": "",
    "sync.forceDownload": false
    }
    15 changes: 15 additions & 0 deletions snippets|haml.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    // Place your snippets for haml 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"
    // }
    }
  14. malagant revised this gist Jun 23, 2018. 6 changed files with 484 additions and 6 deletions.
    2 changes: 1 addition & 1 deletion cloudSettings
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    // Empty
    {"lastUpload":"2018-06-23T10:46:54.961Z","extensionVersion":"v2.9.2"}
    423 changes: 422 additions & 1 deletion extensions.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,422 @@
    // Empty
    [
    {
    "metadata": {
    "id": "c821cdcd-134b-4c94-99ab-34d3cd83ab74",
    "publisherId": "haaaad.ansible",
    "publisherDisplayName": "haaaad"
    },
    "name": "ansible",
    "publisher": "haaaad",
    "version": "0.2.8"
    },
    {
    "metadata": {
    "id": "70378119-1d85-4935-9733-0298c7a369a2",
    "publisherId": "steoates.autoimport",
    "publisherDisplayName": "steoates"
    },
    "name": "autoimport",
    "publisher": "steoates",
    "version": "1.5.3"
    },
    {
    "metadata": {
    "id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
    "publisherId": "HookyQR.beautify",
    "publisherDisplayName": "HookyQR"
    },
    "name": "beautify",
    "publisher": "HookyQR",
    "version": "1.3.2"
    },
    {
    "metadata": {
    "id": "464f4ac7-af65-4aa9-9907-4ba7fa419085",
    "publisherId": "bungcip.better-toml",
    "publisherDisplayName": "bungcip"
    },
    "name": "better-toml",
    "publisher": "bungcip",
    "version": "0.3.2"
    },
    {
    "metadata": {
    "id": "c529c9f4-005a-45b0-9fb9-89e0d9b8b990",
    "publisherId": "Anjali.clipboard-history",
    "publisherDisplayName": "Anjali"
    },
    "name": "clipboard-history",
    "publisher": "Anjali",
    "version": "1.0.7"
    },
    {
    "metadata": {
    "id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
    "publisherId": "formulahendry.code-runner",
    "publisherDisplayName": "formulahendry"
    },
    "name": "code-runner",
    "publisher": "formulahendry",
    "version": "0.9.3"
    },
    {
    "metadata": {
    "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
    "publisherId": "Shan.code-settings-sync",
    "publisherDisplayName": "Shan"
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "2.9.2"
    },
    {
    "metadata": {
    "id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
    "publisherId": "naumovs.color-highlight",
    "publisherDisplayName": "naumovs"
    },
    "name": "color-highlight",
    "publisher": "naumovs",
    "version": "2.3.0"
    },
    {
    "metadata": {
    "id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
    "publisherId": "msjsdiag.debugger-for-chrome",
    "publisherDisplayName": "msjsdiag"
    },
    "name": "debugger-for-chrome",
    "publisher": "msjsdiag",
    "version": "4.6.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.4"
    },
    {
    "metadata": {
    "id": "3b43ebaf-c489-45c5-b209-c421bdb56e84",
    "publisherId": "ZneuRay.erb-vscode-snippets",
    "publisherDisplayName": "ZneuRay"
    },
    "name": "erb-vscode-snippets",
    "publisher": "ZneuRay",
    "version": "0.0.4"
    },
    {
    "metadata": {
    "id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
    "publisherId": "donjayamanne.githistory",
    "publisherDisplayName": "donjayamanne"
    },
    "name": "githistory",
    "publisher": "donjayamanne",
    "version": "0.4.1"
    },
    {
    "metadata": {
    "id": "4de763bd-505d-4978-9575-2b7696ecf94e",
    "publisherId": "eamodio.gitlens",
    "publisherDisplayName": "eamodio"
    },
    "name": "gitlens",
    "publisher": "eamodio",
    "version": "8.4.1"
    },
    {
    "metadata": {
    "id": "3d48b57c-1cf7-41d3-858c-2e6d926f2960",
    "publisherId": "vayan.haml",
    "publisherDisplayName": "vayan"
    },
    "name": "haml",
    "publisher": "vayan",
    "version": "1.0.1"
    },
    {
    "metadata": {
    "id": "f30b63fa-e34a-40af-a573-5de5ecfb6c5e",
    "publisherId": "k--kato.intellij-idea-keybindings",
    "publisherDisplayName": "k--kato"
    },
    "name": "intellij-idea-keybindings",
    "publisher": "k--kato",
    "version": "0.2.24"
    },
    {
    "metadata": {
    "id": "73ea9700-8caa-44b4-b75a-db021e086265",
    "publisherId": "caarlos0.language-prometheus",
    "publisherDisplayName": "caarlos0"
    },
    "name": "language-prometheus",
    "publisher": "caarlos0",
    "version": "0.1.2"
    },
    {
    "metadata": {
    "id": "3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a",
    "publisherId": "shd101wyy.markdown-preview-enhanced",
    "publisherDisplayName": "shd101wyy"
    },
    "name": "markdown-preview-enhanced",
    "publisher": "shd101wyy",
    "version": "0.3.5"
    },
    {
    "metadata": {
    "id": "5db78037-f674-459f-a236-db622c427c5b",
    "publisherId": "PKief.material-icon-theme",
    "publisherDisplayName": "PKief"
    },
    "name": "material-icon-theme",
    "publisher": "PKief",
    "version": "3.5.0"
    },
    {
    "metadata": {
    "id": "4bf45e86-a448-4531-8c01-ef33f4536306",
    "publisherId": "ms-mssql.mssql",
    "publisherDisplayName": "ms-mssql"
    },
    "name": "mssql",
    "publisher": "ms-mssql",
    "version": "1.3.1"
    },
    {
    "metadata": {
    "id": "c5a0e020-41e5-4180-aadc-85aa7c4e0517",
    "publisherId": "jithurjacob.nbpreviewer",
    "publisherDisplayName": "jithurjacob"
    },
    "name": "nbpreviewer",
    "publisher": "jithurjacob",
    "version": "1.0.0"
    },
    {
    "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": "4386e6f6-ec10-4463-9d23-c24278718947",
    "publisherId": "tomoki1207.pdf",
    "publisherDisplayName": "tomoki1207"
    },
    "name": "pdf",
    "publisher": "tomoki1207",
    "version": "0.3.0"
    },
    {
    "metadata": {
    "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
    "publisherId": "esbenp.prettier-vscode",
    "publisherDisplayName": "esbenp"
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "1.5.0"
    },
    {
    "metadata": {
    "id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
    "publisherId": "ms-python.python",
    "publisherDisplayName": "ms-python"
    },
    "name": "python",
    "publisher": "ms-python",
    "version": "2018.6.0"
    },
    {
    "metadata": {
    "id": "ae062c8a-c68e-4b92-9ecf-8f1d4288b05d",
    "publisherId": "rebornix.Ruby",
    "publisherDisplayName": "rebornix"
    },
    "name": "Ruby",
    "publisher": "rebornix",
    "version": "0.18.0"
    },
    {
    "metadata": {
    "id": "e52bce95-a629-455f-8626-e7301b9e372a",
    "publisherId": "robinbentley.sass-indented",
    "publisherDisplayName": "robinbentley"
    },
    "name": "sass-indented",
    "publisher": "robinbentley",
    "version": "1.4.9"
    },
    {
    "metadata": {
    "id": "56a57ae2-56b7-4053-a3e0-897e198f0d03",
    "publisherId": "vortizhe.simple-ruby-erb",
    "publisherDisplayName": "vortizhe"
    },
    "name": "simple-ruby-erb",
    "publisher": "vortizhe",
    "version": "0.2.1"
    },
    {
    "metadata": {
    "id": "349e83e2-207c-4309-a8d2-dfa43f7ee0c9",
    "publisherId": "castwide.solargraph",
    "publisherDisplayName": "castwide"
    },
    "name": "solargraph",
    "publisher": "castwide",
    "version": "0.17.4"
    },
    {
    "metadata": {
    "id": "4a23294b-fd16-4c51-9759-da9936474cf8",
    "publisherId": "mauve.terraform",
    "publisherDisplayName": "mauve"
    },
    "name": "terraform",
    "publisher": "mauve",
    "version": "1.2.0"
    },
    {
    "metadata": {
    "id": "fb374ce1-5343-46c8-a425-900fdad15523",
    "publisherId": "wesbos.theme-cobalt2",
    "publisherDisplayName": "wesbos"
    },
    "name": "theme-cobalt2",
    "publisher": "wesbos",
    "version": "2.1.6"
    },
    {
    "metadata": {
    "id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
    "publisherId": "octref.vetur",
    "publisherDisplayName": "octref"
    },
    "name": "vetur",
    "publisher": "octref",
    "version": "0.12.5"
    },
    {
    "metadata": {
    "id": "2b05803e-d7e9-433f-bce9-255e4d4ad79e",
    "publisherId": "vscoss.vscode-ansible",
    "publisherDisplayName": "vscoss"
    },
    "name": "vscode-ansible",
    "publisher": "vscoss",
    "version": "0.2.6"
    },
    {
    "metadata": {
    "id": "70a45fa6-2772-42a0-91b0-515caafa49b5",
    "publisherId": "bajdzis.vscode-database",
    "publisherDisplayName": "bajdzis"
    },
    "name": "vscode-database",
    "publisher": "bajdzis",
    "version": "1.5.1"
    },
    {
    "metadata": {
    "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f",
    "publisherId": "PeterJausovec.vscode-docker",
    "publisherDisplayName": "PeterJausovec"
    },
    "name": "vscode-docker",
    "publisher": "PeterJausovec",
    "version": "0.0.27"
    },
    {
    "metadata": {
    "id": "03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4",
    "publisherId": "mrmlnc.vscode-duplicate",
    "publisherDisplayName": "mrmlnc"
    },
    "name": "vscode-duplicate",
    "publisher": "mrmlnc",
    "version": "1.2.1"
    },
    {
    "metadata": {
    "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
    "publisherId": "dbaeumer.vscode-eslint",
    "publisherDisplayName": "dbaeumer"
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "1.4.12"
    },
    {
    "metadata": {
    "id": "1df74841-b5d4-4e61-b722-c92ea21b0427",
    "publisherId": "ryannaddy.vscode-format",
    "publisherDisplayName": "ryannaddy"
    },
    "name": "vscode-format",
    "publisher": "ryannaddy",
    "version": "0.0.6"
    },
    {
    "metadata": {
    "id": "6bd47346-1513-4798-82ce-9e7aa51bac28",
    "publisherId": "isudox.vscode-jetbrains-keybindings",
    "publisherDisplayName": "isudox"
    },
    "name": "vscode-jetbrains-keybindings",
    "publisher": "isudox",
    "version": "0.1.5"
    },
    {
    "metadata": {
    "id": "daf8b44d-8aae-4da2-80c5-1f770219f643",
    "publisherId": "DavidAnson.vscode-markdownlint",
    "publisherDisplayName": "DavidAnson"
    },
    "name": "vscode-markdownlint",
    "publisher": "DavidAnson",
    "version": "0.18.0"
    },
    {
    "metadata": {
    "id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
    "publisherId": "tombonnike.vscode-status-bar-format-toggle",
    "publisherDisplayName": "tombonnike"
    },
    "name": "vscode-status-bar-format-toggle",
    "publisher": "tombonnike",
    "version": "1.4.0"
    }
    ]
    14 changes: 13 additions & 1 deletion keybindingsMac.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,13 @@
    // Empty
    // Place your key bindings in this file to overwrite the defaults
    [
    {
    "key": "ctrl+alt+l",
    "command": "editor.action.formatDocument",
    "when": "editorLangId == 'ruby'"
    },
    {
    "key": "shift+cmd+[Period]",
    "command": "erb.toggleTags",
    "when": "editorTextFocus && editorLangId == 'erb'"
    }
    ]
    1 change: 0 additions & 1 deletion launch.json
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    // Empty
    7 changes: 6 additions & 1 deletion locale.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,6 @@
    // Empty
    {
    // Definiert die Anzeigesprache von VSCode.
    // Unter https://go.microsoft.com/fwlink/?LinkId=761051 finden Sie eine Liste der unterstützten Sprachen.
    // Das Ändern dieses Wertes erfordert einen Neustart von VSCode.
    "locale":"en"
    }
    43 changes: 42 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,42 @@
    // Empty
    {
    "editor.fontSize": 20,
    "editor.fontFamily": "Fira Code",
    "jetbrainsKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.formatOnPaste": true,
    "window.zoomLevel": 0,
    "files.autoSave": "onFocusChange",
    "terminal.integrated.fontSize": 18,
    "git.enableSmartCommit": true,
    "gitlens.keymap": "alternate",
    "workbench.startupEditor": "newUntitledFile",
    "workbench.iconTheme": "material-icon-theme",
    "gitlens.advanced.messages": {
    "suppressCommitHasNoPreviousCommitWarning": false,
    "suppressCommitNotFoundWarning": false,
    "suppressFileNotUnderSourceControlWarning": false,
    "suppressGitVersionWarning": false,
    "suppressLineUncommittedWarning": false,
    "suppressNoRepositoryWarning": false,
    "suppressResultsExplorerNotice": false,
    "suppressShowKeyBindingsNotice": true
    },
    "ruby.codeCompletion": "rcodetools",
    "explorer.confirmDelete": false,
    "emmet.triggerExpansionOnTab": true,
    "eslint.packageManager": "yarn",
    "workbench.editor.enablePreviewFromQuickOpen": false,
    "workbench.quickOpen.closeOnFocusLost": false,
    "gitlens.historyExplorer.enabled": true,
    "terminal.integrated.rendererType": "dom",
    "ruby.intellisense": "rubyLocate",
    "editor.fontLigatures": true,
    "editor.formatOnSave": true,
    "editor.parameterHints": false,
    "editor.showFoldingControls": "mouseover",
    "workbench.colorTheme": "Cobalt2",
    "editor.formatOnType": false,
    "[javascript]": {
    "editor.formatOnSave": true
    }
    }
  15. malagant created this gist Jun 23, 2018.
    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