vscode-extensions.freebroccolo.reasonml: init at 1.0.38

wip/yesman
superherointj 3 years ago committed by Jonathan Ringer
parent 108b471a83
commit 81897656f2
  1. 17
      pkgs/misc/vscode-extensions/default.nix

@ -223,6 +223,23 @@ let
};
};
freebroccolo.reasonml = buildVscodeMarketplaceExtension {
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/freebroccolo.reasonml/changelog";
description = "Reason support for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml";
homepage = "https://github.com/reasonml-editor/vscode-reasonml";
license = licenses.asl20;
maintainers = with maintainers; [ superherointj ];
};
mktplcRef = {
name = "reasonml";
publisher = "freebroccolo";
version = "1.0.38";
sha256 = "1nay6qs9vcxd85ra4bv93gg3aqg3r2wmcnqmcsy9n8pg1ds1vngd";
};
};
github.github-vscode-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "github-vscode-theme";

Loading…
Cancel
Save