File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
pkgs/applications/editors/vscode/extensions Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -2500,6 +2500,23 @@ let
25002500 } ;
25012501 } ;
25022502
2503+ illixion . vscode-vibrancy-continued = buildVscodeMarketplaceExtension {
2504+ mktplcRef = {
2505+ name = "vscode-vibrancy-continued" ;
2506+ publisher = "illixion" ;
2507+ version = "1.1.44" ;
2508+ hash = "sha256-1oEfnS7BBKPJ9cSu05S6GQsN76nk5JW7aBq/2O8raSY=" ;
2509+ } ;
2510+ meta = {
2511+ downloadPage = "https://marketplace.visualstudio.com/items?itemName=illixion.vscode-vibrancy-continued" ;
2512+ changelog = "https://marketplace.visualstudio.com/items/illixion.vscode-vibrancy-continued/changelog" ;
2513+ homepage = "https://github.com/illixion/vscode-vibrancy-continued#readme" ;
2514+ description = "Vibrancy Effect for Visual Studio Code" ;
2515+ maintainers = with lib . maintainers ; [ _2hexed ] ;
2516+ license = lib . licenses . mit ;
2517+ } ;
2518+ } ;
2519+
25032520 influxdata . flux = buildVscodeMarketplaceExtension {
25042521 mktplcRef = {
25052522 publisher = "influxdata" ;
You can’t perform that action at this time.
0 commit comments