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

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Andy Richardson 2021-01-18 14:45:56 +00:00 committed by GitHub
parent f29c832876
commit d3caeb62f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";