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:
parent
f29c832876
commit
d3caeb62f5
@ -389,6 +389,18 @@ let
|
|||||||
extractNuGet = callPackage ./python/extract-nuget.nix { };
|
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 {
|
naumovs.color-highlight = buildVscodeMarketplaceExtension {
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "color-highlight";
|
name = "color-highlight";
|
||||||
|
Loading…
Reference in New Issue
Block a user