Merge pull request #241790 from ImUrX/npm-outdated

vscode-extensions.mskelton.npm-outdated: init at 2.2.0

authored by

Pol Dellaiera and committed by
GitHub
3475fdee 53d4fee9

+16
+16
pkgs/applications/editors/vscode/extensions/default.nix
··· 2594 2594 }; 2595 2595 }; 2596 2596 2597 + mskelton.npm-outdated = buildVscodeMarketplaceExtension { 2598 + mktplcRef = { 2599 + name = "npm-outdated"; 2600 + publisher = "mskelton"; 2601 + version = "2.2.0"; 2602 + sha256 = "sha256-kHItIlTW+PIVXrLgzdGAoPeR6sWKuKl/QyJ5+TIv3/E="; 2603 + }; 2604 + meta = { 2605 + changelog = "https://marketplace.visualstudio.com/items/mskelton.npm-outdated/changelog"; 2606 + description = "Shows which packages are outdated in an npm project"; 2607 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=mskelton.npm-outdated"; 2608 + homepage = "https://github.com/mskelton/vscode-npm-outdated"; 2609 + license = lib.licenses.isc; 2610 + }; 2611 + }; 2612 + 2597 2613 mvllow.rose-pine = buildVscodeMarketplaceExtension { 2598 2614 mktplcRef = { 2599 2615 publisher = "mvllow";