vscode-extensions.ocamllabs.ocaml-platform: init at 1.5.1

authored by

superherointj and committed by
Jonathan Ringer
ec268126 09576efe

+17
+17
pkgs/misc/vscode-extensions/default.nix
··· 415 415 416 416 matklad.rust-analyzer = callPackage ./rust-analyzer {}; 417 417 418 + ocamllabs.ocaml-platform = buildVscodeMarketplaceExtension { 419 + meta = with lib; { 420 + changelog = "https://marketplace.visualstudio.com/items/ocamllabs.ocaml-platform/changelog"; 421 + description = "Official OCaml Support from OCamlLabs"; 422 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=ocamllabs.ocaml-platform"; 423 + homepage = "https://github.com/ocamllabs/vscode-ocaml-platform"; 424 + license = licenses.isc; 425 + maintainers = with maintainers; [ superherointj ]; 426 + }; 427 + mktplcRef = { 428 + name = "ocaml-platform"; 429 + publisher = "ocamllabs"; 430 + version = "1.5.1"; 431 + sha256 = "0jkxpcrbr8xmwfl8jphmarjz2jk54hvmc24ww89d4bgx1awayqfh"; 432 + }; 433 + }; 434 + 418 435 pkief.material-icon-theme = buildVscodeMarketplaceExtension { 419 436 mktplcRef = { 420 437 name = "material-icon-theme";