vscode-extensions.johnpapa.winteriscoming: init at 1.4.4 (#387716)
This commit is contained in:
@@ -2810,6 +2810,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
johnpapa.winteriscoming = callPackage ./johnpapa.winteriscoming { };
|
||||
|
||||
jgclark.vscode-todo-highlight = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-todo-highlight";
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{ lib, vscode-utils }:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "winteriscoming";
|
||||
publisher = "johnpapa";
|
||||
version = "1.4.4";
|
||||
hash = "sha256-47zCB7VDj+gYXUeblbNsWnGMJt4U4UMyqU1NYTmz2Jc=";
|
||||
};
|
||||
meta = {
|
||||
description = "Preferred dark/light themes by John Papa";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=johnpapa.winteriscoming";
|
||||
homepage = "https://github.com/johnpapa/vscode-winteriscoming";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.therobot2105 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user