lol

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

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

Andy Richardson
Sandro
and committed by
GitHub
d3caeb62 f29c8328

+12
+12
pkgs/misc/vscode-extensions/default.nix
··· 389 389 extractNuGet = callPackage ./python/extract-nuget.nix { }; 390 390 }; 391 391 392 + msjsdiag.debugger-for-chrome = buildVscodeMarketplaceExtension { 393 + mktplcRef = { 394 + name = "debugger-for-chrome"; 395 + publisher = "msjsdiag"; 396 + version = "4.12.11"; 397 + sha256 = "sha256-9i3TgCFThnFF5ccwzS4ATj5c2Xoe/4tDFGv75jJxeQ4="; 398 + }; 399 + meta = { 400 + license = lib.licenses.mit; 401 + }; 402 + }; 403 + 392 404 naumovs.color-highlight = buildVscodeMarketplaceExtension { 393 405 mktplcRef = { 394 406 name = "color-highlight";