vscode-extensions.bierner.color-info: init at 0.7.2 (#419247)

This commit is contained in:
Pol Dellaiera
2025-06-23 16:02:34 +02:00
committed by GitHub
3 changed files with 27 additions and 0 deletions
+7
View File
@@ -25301,6 +25301,13 @@
githubId = 3799330;
name = "Timo Kaufmann";
};
timon = {
name = "Timon Schelling";
email = "me@timon.zip";
matrix = "@timon:beeper.com";
github = "timon-schelling";
githubId = 36821505;
};
timor = {
email = "timor.dd@googlemail.com";
github = "timor";
@@ -0,0 +1,18 @@
{ lib, vscode-utils }:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "color-info";
publisher = "bierner";
version = "0.7.2";
hash = "sha256-Bf0thdt4yxH7OsRhIXeqvaxD1tbHTrUc4QJcju7Hv90=";
};
meta = {
description = "VSCode Extension that provides additional information about css colors";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=bierner.color-info";
homepage = "https://github.com/mattbierner/vscode-color-info";
changelog = "https://marketplace.visualstudio.com/items/bierner.color-info/changelog";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.timon ];
};
}
@@ -580,6 +580,8 @@ let
};
};
bierner.color-info = callPackage ./bierner.color-info { };
bierner.docs-view = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "docs-view";