mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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:
commit
e75f8cfd8c
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user