mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
vscode-extensions.freebroccolo.reasonml: init at 1.0.38
This commit is contained in:
parent
108b471a83
commit
81897656f2
1 changed files with 17 additions and 0 deletions
|
@ -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…
Reference in a new issue