vscode-extensions.msjsdiag.debugger-for-chrome: remove

The extension is deprecated as VSCode now has its own debugger that
covers the same functionality. See also:
https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome
This commit is contained in:
Joscha
2023-03-27 19:40:14 +02:00
parent 359124ad03
commit e8888cfda1
@@ -2076,18 +2076,6 @@ let
ms-vsliveshare.vsliveshare = callPackage ./ms-vsliveshare.vsliveshare { };
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;
};
};
mskelton.one-dark-theme = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "one-dark-theme";