vscode-extensions.equinusocio.vsc-material-theme*: remove (#385914)

This commit is contained in:
Pol Dellaiera
2025-02-28 23:33:26 +01:00
committed by GitHub
2 changed files with 2 additions and 36 deletions
@@ -1780,23 +1780,8 @@ let
};
};
equinusocio.vsc-material-theme = callPackage ./equinusocio.vsc-material-theme { };
equinusocio.vsc-material-theme-icons = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vsc-material-theme-icons";
publisher = "Equinusocio";
version = "3.8.8";
hash = "sha256-el2hQaq1gZBn2PZ+f+S1fHM/g3V0sX7Chyre04sds8k=";
};
meta = {
description = "Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme-icons";
homepage = "https://github.com/material-theme/vsc-material-theme-icons";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.themaxmur ];
};
};
equinusocio.vsc-material-theme = throw "'equinusocio.vsc-material-theme' has been removed due to security concerns. The extension contained potentially malicious code and was taken down."; # Added 2025-02-28
equinusocio.vsc-material-theme-icons = throw "'equinusocio.vsc-material-theme-icons' has been removed due to security concerns. The extension contained potentially malicious code and was taken down."; # Added 2025-02-28
esbenp.prettier-vscode = buildVscodeMarketplaceExtension {
mktplcRef = {
@@ -1,19 +0,0 @@
{ lib, vscode-utils }:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vsc-material-theme";
publisher = "Equinusocio";
version = "34.7.5";
hash = "sha256-6YMr64MTtJrmMMMPW/s6hMh/IilDqLMrspKRPT4uSpM=";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/Equinusocio.vsc-material-theme/changelog";
description = "Most epic theme now for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme";
homepage = "https://www.material-theme.dev/";
license = licenses.unfree;
maintainers = with maintainers; [ stunkymonkey ];
};
}