vscode-extensions.eg2.vscode-npm-script: init at 0.3.24

authored by

Seong Yong-ju and committed by
Jonathan Ringer
25ce738b 4399f225

+12
+12
pkgs/misc/vscode-extensions/default.nix
··· 694 694 }; 695 695 }; 696 696 697 + eg2.vscode-npm-script = buildVscodeMarketplaceExtension { 698 + mktplcRef = { 699 + name = "vscode-npm-script"; 700 + publisher = "eg2"; 701 + version = "0.3.24"; 702 + sha256 = "sha256-XgdMLecyZQXsgQAUh8V4eFLKaUF4WVlgy9iIGNDnR/I="; 703 + }; 704 + meta = { 705 + license = lib.licenses.mit; 706 + }; 707 + }; 708 + 697 709 elmtooling.elm-ls-vscode = buildVscodeMarketplaceExtension { 698 710 mktplcRef = { 699 711 name = "elm-ls-vscode";