vscode-extensions.msjsdiag.debugger-for-chrome: Init at 4.12.11 (#109531)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
wip/yesman
Andy Richardson 3 years ago committed by GitHub
parent f29c832876
commit d3caeb62f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      pkgs/misc/vscode-extensions/default.nix

@ -389,6 +389,18 @@ let
extractNuGet = callPackage ./python/extract-nuget.nix { };
};
msjsdiag.debugger-for-chrome = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "debugger-for-chrome";
publisher = "msjsdiag";
version = "4.12.11";
sha256 = "sha256-9i3TgCFThnFF5ccwzS4ATj5c2Xoe/4tDFGv75jJxeQ4=";
};
meta = {
license = lib.licenses.mit;
};
};
naumovs.color-highlight = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "color-highlight";

Loading…
Cancel
Save