File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
pkgs/applications/editors/vscode/extensions Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -2808,6 +2808,8 @@ let
28082808 } ;
28092809 } ;
28102810
2811+ johnpapa . winteriscoming = callPackage ./johnpapa.winteriscoming { } ;
2812+
28112813 jgclark . vscode-todo-highlight = buildVscodeMarketplaceExtension {
28122814 mktplcRef = {
28132815 name = "vscode-todo-highlight" ;
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments