From 71c33bbe0618164194367e1523530ada394b0a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B6r=C3=B6k=20Edwin?= Date: Mon, 31 Aug 2020 10:44:52 +0100 Subject: [PATCH] Add Zenburn, and 2 OCaml extensions (#131) * Add ocamllabs.ocaml-platform (ISC licensed) * Add ryanolsonx.zenburn (MIT) --- extensions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/extensions.json b/extensions.json index 464bde788..51d27a73c 100644 --- a/extensions.json +++ b/extensions.json @@ -663,6 +663,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", @@ -741,6 +747,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"