Merge pull request #243145 from msfjarvis/hs/add-gleam-vsc-extension

vscode-extensions.gleam.gleam: init at 2.3.0

authored by

Pol Dellaiera and committed by
GitHub
9890d06e 5c4b24c8

+16
+16
pkgs/applications/editors/vscode/extensions/default.nix
··· 1581 }; 1582 }; 1583 1584 golang.go = buildVscodeMarketplaceExtension { 1585 mktplcRef = { 1586 name = "Go";
··· 1581 }; 1582 }; 1583 1584 + gleam.gleam = buildVscodeMarketplaceExtension { 1585 + mktplcRef = { 1586 + name = "gleam"; 1587 + publisher = "gleam"; 1588 + version = "2.3.0"; 1589 + sha256 = "sha256-dhRS8fLKY0plRwnrAUWT4g/LfH6IpODTNhT79g4Nm+0="; 1590 + }; 1591 + meta = { 1592 + description = "Support for the Gleam programming language"; 1593 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=Gleam.gleam"; 1594 + homepage = "https://github.com/gleam-lang/vscode-gleam#readme"; 1595 + license = lib.licenses.asl20; 1596 + maintainers = [ lib.maintainers.msfjarvis ]; 1597 + }; 1598 + }; 1599 + 1600 golang.go = buildVscodeMarketplaceExtension { 1601 mktplcRef = { 1602 name = "Go";