vscode-extensions.ocamllabs.ocaml-platform: init at 1.5.1
This commit is contained in:
parent
09576efea7
commit
ec2681260f
@ -415,6 +415,23 @@ let
|
|||||||
|
|
||||||
matklad.rust-analyzer = callPackage ./rust-analyzer {};
|
matklad.rust-analyzer = callPackage ./rust-analyzer {};
|
||||||
|
|
||||||
|
ocamllabs.ocaml-platform = buildVscodeMarketplaceExtension {
|
||||||
|
meta = with lib; {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/ocamllabs.ocaml-platform/changelog";
|
||||||
|
description = "Official OCaml Support from OCamlLabs";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform";
|
||||||
|
homepage = "https://github.com/ocamllabs/vscode-ocaml-platform";
|
||||||
|
license = licenses.isc;
|
||||||
|
maintainers = with maintainers; [ superherointj ];
|
||||||
|
};
|
||||||
|
mktplcRef = {
|
||||||
|
name = "ocaml-platform";
|
||||||
|
publisher = "ocamllabs";
|
||||||
|
version = "1.5.1";
|
||||||
|
sha256 = "0jkxpcrbr8xmwfl8jphmarjz2jk54hvmc24ww89d4bgx1awayqfh";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
pkief.material-icon-theme = buildVscodeMarketplaceExtension {
|
pkief.material-icon-theme = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "material-icon-theme";
|
name = "material-icon-theme";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user