Skip to content

Commit 3784412

Browse files
authored
vscode-extensions.johnpapa.winteriscoming: init at 1.4.4 (#387716)
2 parents c0201c8 + e3ec614 commit 3784412

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2810,6 +2810,8 @@ let
28102810
};
28112811
};
28122812

2813+
johnpapa.winteriscoming = callPackage ./johnpapa.winteriscoming { };
2814+
28132815
jgclark.vscode-todo-highlight = buildVscodeMarketplaceExtension {
28142816
mktplcRef = {
28152817
name = "vscode-todo-highlight";
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{ lib, vscode-utils }:
2+
3+
vscode-utils.buildVscodeMarketplaceExtension {
4+
mktplcRef = {
5+
name = "winteriscoming";
6+
publisher = "johnpapa";
7+
version = "1.4.4";
8+
hash = "sha256-47zCB7VDj+gYXUeblbNsWnGMJt4U4UMyqU1NYTmz2Jc=";
9+
};
10+
meta = {
11+
description = "Preferred dark/light themes by John Papa";
12+
downloadPage = "https://marketplace.visualstudio.com/items?itemName=johnpapa.winteriscoming";
13+
homepage = "https://github.com/johnpapa/vscode-winteriscoming";
14+
license = lib.licenses.mit;
15+
maintainers = [ lib.maintainers.therobot2105 ];
16+
};
17+
}

0 commit comments

Comments
 (0)