vscode-extensions.freebroccolo.reasonml: init at 1.0.38

authored by

superherointj and committed by
Jonathan Ringer
81897656 108b471a

+17
+17
pkgs/misc/vscode-extensions/default.nix
··· 223 223 }; 224 224 }; 225 225 226 + freebroccolo.reasonml = buildVscodeMarketplaceExtension { 227 + meta = with lib; { 228 + changelog = "https://marketplace.visualstudio.com/items/freebroccolo.reasonml/changelog"; 229 + description = "Reason support for Visual Studio Code"; 230 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=freebroccolo.reasonml"; 231 + homepage = "https://github.com/reasonml-editor/vscode-reasonml"; 232 + license = licenses.asl20; 233 + maintainers = with maintainers; [ superherointj ]; 234 + }; 235 + mktplcRef = { 236 + name = "reasonml"; 237 + publisher = "freebroccolo"; 238 + version = "1.0.38"; 239 + sha256 = "1nay6qs9vcxd85ra4bv93gg3aqg3r2wmcnqmcsy9n8pg1ds1vngd"; 240 + }; 241 + }; 242 + 226 243 github.github-vscode-theme = buildVscodeMarketplaceExtension { 227 244 mktplcRef = { 228 245 name = "github-vscode-theme";