Merge pull request #327812 from 21CSM/init-vscode-extensions-fill-labs-dependi

vscode-extensions.fill-labs.dependi: init at 0.7.2
This commit is contained in:
❄️ 2024-07-17 21:14:43 -03:00 committed by GitHub
commit e75f8cfd8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 additions and 0 deletions

View File

@ -159,6 +159,12 @@
github = "13r0ck";
githubId = 58987761;
};
_21CSM = {
name = "21CSM";
email = "21CSM@tutanota.com";
github = "21CSM";
githubId = 81891917;
};
_21eleven = {
name = "Noah Lidell";
email = "noahlidell@gmail.com";

View File

@ -1814,6 +1814,23 @@ let
};
};
fill-labs.dependi = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "dependi";
publisher = "fill-labs";
version = "0.7.2";
hash = "sha256-S3R1oLk7facP5Rn9czmHlffhMtLNrSaGYbaU3/x6/aM=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/fill-labs.dependi/changelog";
description = "VSCode extension for managing dependencies and address vulnerabilities in Rust, Go, JavaScript, and Python projects";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=fill-labs.dependi";
homepage = "https://github.com/filllabs/dependi";
license = lib.licenses.unfree;
maintainers = [ lib.maintainers._21CSM ];
};
};
firefox-devtools.vscode-firefox-debug = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-firefox-debug";