From ae2a2d5dac8d67a4a08e54078d7b53eb32f4a606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edwin=20T=C3=B6r=C3=B6k?= Date: Sat, 22 Aug 2020 22:42:43 +0100 Subject: [PATCH 1/2] Add ocamllabs.ocaml-platform ISC licensed --- extensions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extensions.json b/extensions.json index f4136b657..c9c5cc596 100644 --- a/extensions.json +++ b/extensions.json @@ -658,6 +658,12 @@ "checkout": "v0.21.2", "prepublish": "npm install spago purescript" }, + { + "id": "ocamllabs.ocaml-platform", + "repository": "https://github.com/ocamllabs/vscode-ocaml-platform.git", + "version": "0.9.0", + "checkout": "v0.9.0" + }, { "id": "octref.vetur", "repository": "https://github.com/vuejs/vetur", From a44448ce1e948f55c4168b6f762b6701f7f4b173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edwin=20T=C3=B6r=C3=B6k?= Date: Sat, 22 Aug 2020 22:19:50 +0100 Subject: [PATCH 2/2] Add ryanolsonx.zenburn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIT Signed-off-by: Edwin Török --- extensions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extensions.json b/extensions.json index c9c5cc596..c389df6ef 100644 --- a/extensions.json +++ b/extensions.json @@ -743,6 +743,12 @@ "version": "0.7.8", "checkout": "v0.7.8" }, + { + "id": "ryanolsonx.zenburn", + "repository": "https://github.com/ryanolsonx/vscode-zenburn-theme.git", + "version": "1.0.1", + "checkout": "8d0ea180bd58cdf2a1b88250b44ee71fb80326b6" + }, { "id": "samuelcolvin.jinjahtml", "repository": "https://github.com/samuelcolvin/jinjahtml-vscode"