Merge pull request #225034 from Stunkymonkey/vsc-material-theme

vscode-extensions.equinusocio.vsc-material-theme: init 33.8.0

authored by

Bobby Rong and committed by
GitHub
fc6da83c e4daee5b

+17
+17
pkgs/applications/editors/vscode/extensions/default.nix
··· 1056 1056 }; 1057 1057 }; 1058 1058 1059 + equinusocio.vsc-material-theme = buildVscodeMarketplaceExtension { 1060 + mktplcRef = { 1061 + name = "vsc-material-theme"; 1062 + publisher = "Equinusocio"; 1063 + version = "33.8.0"; 1064 + sha256 = "sha256-+I4AUwsrElT62XNvmuAC2iBfHfjNYY0bmAqzQvfwUYM="; 1065 + }; 1066 + meta = { 1067 + changelog = "https://marketplace.visualstudio.com/items/Equinusocio.vsc-material-theme/changelog"; 1068 + description = "The most epic theme now for Visual Studio Code"; 1069 + downloadPage = "https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme"; 1070 + homepage = "https://github.com/material-theme/vsc-material-theme"; 1071 + license = lib.licenses.asl20; 1072 + maintainers = [ lib.maintainers.stunkymonkey ]; 1073 + }; 1074 + }; 1075 + 1059 1076 esbenp.prettier-vscode = buildVscodeMarketplaceExtension { 1060 1077 mktplcRef = { 1061 1078 name = "prettier-vscode";